ds-gui-automation 0.2.56 → 0.2.57

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: 68fa52702ba6dadc55a2b233ae4764ce4ba6bfca
4
- data.tar.gz: 1db07758d37b49bd5980ebdcdf08955615061675
3
+ metadata.gz: 01d0a636b935614ff78e2e5d0b1d710c2f21460c
4
+ data.tar.gz: 7680ff5c00327f863fca59c76d20bb61801fc422
5
5
  SHA512:
6
- metadata.gz: 497dba334d9dc946ddd8502990c7674c3367ed5db9a3dae8fa6582df1a200fcbf1128d866a7eb153d83b626693d82f4ec3b8918c98ca2ca9b000127398807120
7
- data.tar.gz: d1c242c00ee7898c82f70db406f2c8639b4dcd946c60eed383e91a09b4121f200f16b4e60985843fee4c42975bfc76e5500201e1fadd9327eeb83b8a1ac038f6
6
+ metadata.gz: 7998a7f40ff9c47e91d6b08bee601550583f2f4e560f90df41b7d56b4c64e3db2519e3c41c29985ea898bdd5a06c5108d7b4df23d644a26fe7b5640c8fa8a1c2
7
+ data.tar.gz: 0f2a64098a2fa5d17ae3990a6e0c9ede0b476349bfc2323de2800e5166a263bcf76887048cdbeeeb1e2a98bb863fcf67c4a9a70c13275e732894875b02526db2
@@ -223,6 +223,8 @@ Given(/^I proceed to transfer checkout$/) do
223
223
 
224
224
  @browser.refresh
225
225
 
226
+ @browser.goto("http://www.despegar.com.ar/transfer/shopping/#!/search/roundtrip/airport/CUN/hotel/265793/04-03-2016/00:00/18-03-2016/00:00/1")
227
+
226
228
  @browser.a(:class, 'ux-button primary').wait_until_present(60)
227
229
 
228
230
  raise "button not present" if !@browser.a(:class, 'ux-button primary').present?
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.56"
2
+ VERSION = "0.2.57"
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.56
4
+ version: 0.2.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa