osaka 0.4.6 → 0.4.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/lib/osaka/pages.rb +1 -0
- data/lib/osaka/version.rb +1 -1
- data/spec/pages_spec.rb +2 -0
- metadata +2 -2
data/lib/osaka/pages.rb
CHANGED
|
@@ -66,6 +66,7 @@ module Osaka
|
|
|
66
66
|
|
|
67
67
|
def change_mail_merge_source
|
|
68
68
|
select_inspector(:link)
|
|
69
|
+
control.click(at.radio_button(3).tab_group(1).group(1)).wait_until_exists(at.button("Choose...").tab_group(1).group(1))
|
|
69
70
|
control.click(at.button("Choose...").tab_group(1).group(1))
|
|
70
71
|
end
|
|
71
72
|
|
data/lib/osaka/version.rb
CHANGED
data/spec/pages_spec.rb
CHANGED
|
@@ -140,6 +140,8 @@ describe "Osaka::Pages Inspector" do
|
|
|
140
140
|
|
|
141
141
|
it "Change the mail merge source" do
|
|
142
142
|
subject.should_receive(:select_inspector).with(:link)
|
|
143
|
+
expect_click(at.radio_button(3).tab_group(1).group(1))
|
|
144
|
+
expect_wait_until_exists(at.button("Choose...").tab_group(1).group(1))
|
|
143
145
|
expect_click(at.button("Choose...").tab_group(1).group(1))
|
|
144
146
|
subject.change_mail_merge_source
|
|
145
147
|
end
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: osaka
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 0.4.
|
|
5
|
+
version: 0.4.7
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Bas Vodde
|
|
@@ -10,7 +10,7 @@ autorequire:
|
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
12
|
|
|
13
|
-
date: 2012-12-
|
|
13
|
+
date: 2012-12-11 00:00:00 +08:00
|
|
14
14
|
default_executable:
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|