ds-gui-automation 0.2.57 → 0.2.58

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 01d0a636b935614ff78e2e5d0b1d710c2f21460c
4
- data.tar.gz: 7680ff5c00327f863fca59c76d20bb61801fc422
3
+ metadata.gz: 4756228ccdc72c2c692ffe814c35816c1211a426
4
+ data.tar.gz: 0d488a78924fb7b785ecd737b978fce90fee0493
5
5
  SHA512:
6
- metadata.gz: 7998a7f40ff9c47e91d6b08bee601550583f2f4e560f90df41b7d56b4c64e3db2519e3c41c29985ea898bdd5a06c5108d7b4df23d644a26fe7b5640c8fa8a1c2
7
- data.tar.gz: 0f2a64098a2fa5d17ae3990a6e0c9ede0b476349bfc2323de2800e5166a263bcf76887048cdbeeeb1e2a98bb863fcf67c4a9a70c13275e732894875b02526db2
6
+ metadata.gz: e752214a71111dd8f02ce60bdb7cfea49cc53f0d659deac8281248f84fea3a4cf982225639f75a1b355b5463ca53668b7fcd198023dbc3e182ccda312b0ce4fb
7
+ data.tar.gz: f036f1aca28721afddce03fb53c51017fb1aec5109ef1446e2e4a37ecafe5eeb1c02f185a777c9a3ace55805881977d76d7005700c7b6a057b307d957e68d283
@@ -221,9 +221,9 @@ end
221
221
 
222
222
  Given(/^I proceed to transfer checkout$/) do
223
223
 
224
- @browser.refresh
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")
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
227
 
228
228
  @browser.a(:class, 'ux-button primary').wait_until_present(60)
229
229
 
@@ -164,9 +164,11 @@ Given(/^I perform a transfer search in "(.*?)" with destination "(.*?)"$/) do |c
164
164
 
165
165
  url = $DOMAIN + '/traslados/#!' + "/search/roundtrip/airport/#{destination}/hotel/265793/#{from_date}/00:00/#{to_date}/00:00/1"
166
166
 
167
+ binding.pry
168
+
167
169
  @browser.goto(url)
168
170
 
169
- DestinationServicesGUI::Results.wait_for_transfer_results
171
+ # DestinationServicesGUI::Results.wait_for_transfer_results
170
172
 
171
173
  sleep 10
172
174
 
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.57"
2
+ VERSION = "0.2.58"
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.57
4
+ version: 0.2.58
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa