ds-gui-automation 0.2.59 → 0.2.60

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: 4d7303d9992b6e645fc6298d335b5b4a044f2819
4
- data.tar.gz: 8165e00605735752bad0cd7ca48d8b073ce198cd
3
+ metadata.gz: ae387706bde46160ad2ddf997eef838980fa98df
4
+ data.tar.gz: 25a2c4402aa689bb3dc99c9566aa6bc15af06dbb
5
5
  SHA512:
6
- metadata.gz: 634019d40a569e98ee9ea9acc85ba95a4d0bd75f60ca955ac70466f1b135cca7f276827fefce0742c8604a41693d203e106ce13bb0340a7d1fab6a6b11aa95d1
7
- data.tar.gz: 7d86e148672a8c9d2487b50adcfc3c4649820ebc405c2c85765da9c4883bd2a66320a3bf5d01f536aaf7d352f5e52487c533a1b6934ca874856e7f493424aff5
6
+ metadata.gz: 809ccd24f90770d81dd81c3c362ddad5f8537d991c9932eeaab55a206f908ee8b723ef2f35794d89e328193ccbb32f48daf8e29c52e3d0571ca477fe3fd39c44
7
+ data.tar.gz: b9b4616c017f5c36921376d64098d73fe1192860b433e3952fefa34649076d366a7cfc2a1d86789e3b408ff8c36996545ae3b14c62b75ab5350ec45fdd657145
@@ -162,7 +162,7 @@ Given(/^I perform a transfer search in "(.*?)" with destination "(.*?)"$/) do |c
162
162
 
163
163
  to_date = (Time.now + 2629743 + 604800).strftime('%d-%m-%Y')
164
164
 
165
- url = $DOMAIN + '/traslados/#!' + "/search/roundtrip/airport/#{destination}/hotel/265793/#{from_date}/00:00/#{to_date}/00:00/1"
165
+ url = $DOMAIN + '/traslados/shopping/#!' + "/search/roundtrip/airport/#{destination}/hotel/265793/#{from_date}/00:00/#{to_date}/00:00/1"
166
166
 
167
167
  @browser.goto(url)
168
168
 
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.59"
2
+ VERSION = "0.2.60"
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.59
4
+ version: 0.2.60
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa