ds-gui-automation 0.2.38 → 0.2.39
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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: bce43be8409a2968f56daf69e3ba7f780c4ffaca
|
|
4
|
+
data.tar.gz: d88372de17ec3ba4f2b7b3738669c5fbc2ca0a7b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9d326370804e1d76302dff2af345681a4fb8941832e627d86ae408be0d9f31a45d1b7527240c4de1e433a5f7dffa56e2fa3783537f2f7adbfe23d300fd404f6
|
|
7
|
+
data.tar.gz: ef8cda98b563ae5a211a2ec56733a14be72cae1b2bea5098c67cdd9aae73116d89ee849a32146b57ada990d69557cb2b0e1da25a47f7dde986f82c91e516917b
|
|
@@ -154,7 +154,7 @@ Then(/^I should see the checkout page correctly$/) do
|
|
|
154
154
|
|
|
155
155
|
@browser.checkbox(:id, 'ux-common-checkoutchange-agreement-cb').present?.should be_true
|
|
156
156
|
|
|
157
|
-
@browser.a(:class, '
|
|
157
|
+
@browser.a(:class, 'purchase-button eva-button-primary-large').present?.should be_true
|
|
158
158
|
|
|
159
159
|
end
|
|
160
160
|
|
|
@@ -19,11 +19,11 @@ When(/^I proceed to thanks$/) do
|
|
|
19
19
|
|
|
20
20
|
DestinationServicesGUI.set_cookie({'X-Version-Override' => BETA_COOKIES}) if BETA
|
|
21
21
|
|
|
22
|
-
@browser.a(:class, '
|
|
22
|
+
@browser.a(:class, 'purchase-button eva-button-primary-large').wait_until_present(60)
|
|
23
23
|
|
|
24
24
|
sleep 5
|
|
25
25
|
|
|
26
|
-
@browser.a(:class, '
|
|
26
|
+
@browser.a(:class, 'purchase-button eva-button-primary-large').click
|
|
27
27
|
|
|
28
28
|
end
|
|
29
29
|
|
data/features/support/env.rb
CHANGED
|
@@ -71,11 +71,11 @@ client.timeout = 3000
|
|
|
71
71
|
process_clean = Henry::ProcessCleaner.new(:zombies => ["#{BROWSER}"])
|
|
72
72
|
process_clean.clean
|
|
73
73
|
|
|
74
|
-
system "ps aux | grep chrome | awk '{ print $2 }' | xargs -I {} kill -9 {}"
|
|
74
|
+
# system "ps aux | grep chrome | awk '{ print $2 }' | xargs -I {} kill -9 {}"
|
|
75
75
|
|
|
76
|
-
sleep 3
|
|
76
|
+
# sleep 3
|
|
77
77
|
|
|
78
|
-
system "ps aux | grep firefox | awk '{ print $2 }' | xargs -I {} kill -9 {}"
|
|
78
|
+
# system "ps aux | grep firefox | awk '{ print $2 }' | xargs -I {} kill -9 {}"
|
|
79
79
|
|
|
80
80
|
browser_outside = Watir::Browser.new BROWSER.to_sym, :http_client => client, switches: ["--user-agent=#{user_agent}"]
|
|
81
81
|
browser_outside.cookies.clear
|
data/lib/ds/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ds-gui-automation
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.39
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Santiago Ochoa
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-01
|
|
11
|
+
date: 2016-02-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|