ds-gui-automation 0.2.57 → 0.2.58
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: 4756228ccdc72c2c692ffe814c35816c1211a426
|
|
4
|
+
data.tar.gz: 0d488a78924fb7b785ecd737b978fce90fee0493
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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
|
|
data/lib/ds/version.rb
CHANGED