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: 00979b4a04790cc7f2710fc938bc27a5ed314061
4
- data.tar.gz: 78fb78deb6e062b2d335d6681a9829414ef4922a
3
+ metadata.gz: bce43be8409a2968f56daf69e3ba7f780c4ffaca
4
+ data.tar.gz: d88372de17ec3ba4f2b7b3738669c5fbc2ca0a7b
5
5
  SHA512:
6
- metadata.gz: 9932c34ae504fb331761ca05d8380b256caa790bb2de16f2bc533f3000cb22c0b595ac05151154eff8bdb036204303b7fc975f3ef1f1bbecc19925c4f723f924
7
- data.tar.gz: 24eb57b2d6af384f4a6ad3fc437297ca9274c5a77b4eb6d0fde5f7d327e8108418e08f0e6a7f8795e773f66fbb5c65bcabb6c8153d0a18275e24ae119b8e78a2
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, 'ux-common-checkout-buy-button').present?.should be_true
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, 'ux-common-checkout-buy-button').wait_until_present(60)
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, 'ux-common-checkout-buy-button').click
26
+ @browser.a(:class, 'purchase-button eva-button-primary-large').click
27
27
 
28
28
  end
29
29
 
@@ -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
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.38"
2
+ VERSION = "0.2.39"
3
3
  end
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.38
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-20 00:00:00.000000000 Z
11
+ date: 2016-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container