ds-gui-automation 0.2.55 → 0.2.56

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: 014b15646dbd5ec18981392bfb258ccab143cb18
4
- data.tar.gz: 0864c2a9bbb3d50c3160257e977f440f3f80e127
3
+ metadata.gz: 68fa52702ba6dadc55a2b233ae4764ce4ba6bfca
4
+ data.tar.gz: 1db07758d37b49bd5980ebdcdf08955615061675
5
5
  SHA512:
6
- metadata.gz: bc908a290457f1d75386fd54f03d3330bb9f7f87f4e33352fc53f7e60ac78104e769896b6367a2c63ec616f943a5a3e04118dfc54aab3dedfb608d74e04023ee
7
- data.tar.gz: 7d9c6158981e33e0e00334eb065998c5ed035a60fffe38fbf868921f44bf49df68389261bc01cf3d406ba3310aad06592929f9721065a8d42781473a0ae715e6
6
+ metadata.gz: 497dba334d9dc946ddd8502990c7674c3367ed5db9a3dae8fa6582df1a200fcbf1128d866a7eb153d83b626693d82f4ec3b8918c98ca2ca9b000127398807120
7
+ data.tar.gz: d1c242c00ee7898c82f70db406f2c8639b4dcd946c60eed383e91a09b4121f200f16b4e60985843fee4c42975bfc76e5500201e1fadd9327eeb83b8a1ac038f6
@@ -221,10 +221,12 @@ end
221
221
 
222
222
  Given(/^I proceed to transfer checkout$/) do
223
223
 
224
- sleep 10
225
-
226
224
  @browser.refresh
227
225
 
226
+ @browser.a(:class, 'ux-button primary').wait_until_present(60)
227
+
228
+ raise "button not present" if !@browser.a(:class, 'ux-button primary').present?
229
+
228
230
  sleep 10
229
231
 
230
232
  clusters = @browser.as(:class, 'ux-button primary').to_a
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.55"
2
+ VERSION = "0.2.56"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ds-gui-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.55
4
+ version: 0.2.56
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa