ds-gui-automation 0.1.53 → 0.1.54

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: 598fbc864b6caed0fd8a06500212b46644af046a
4
- data.tar.gz: 90d410218746f747df479dc99d6cb530bd55d8d7
3
+ metadata.gz: 49bc86f63f1acac549be8d099c549d6739e46cc9
4
+ data.tar.gz: c10b10c22b465c4acfadaee0eb0349068847ac75
5
5
  SHA512:
6
- metadata.gz: 238176e28292a99e25dc67a53cf58d683c3c1556327ebee3510965b348089c579cb42a859f7262e79bcb2a0e85028f01b76092906dc8e50998057bcbddd059d8
7
- data.tar.gz: 4ca2042bad10127737becaff012cf32c63cf564b8b7a473fc1d8c80e7690d1a7dd657f4726ff875f7621661b3574a7a2fd353f52adeeed592791d674244852b8
6
+ metadata.gz: 564391643b47a6f6821f2d7083d1045e0a2002a731ad610d13f79befdbbf562433820093b98b3eade0fc0d7676dae4d439923e7c50a3e6c4cf3b327b7cb47739
7
+ data.tar.gz: 60d3065fa4e45a807a2136598933d5ce8d87b2d328ca87a922722c4f8dc01b98cb38835d5b875a083b70ad1b868309e08a055484ddea95fac891952a811ef4b9
@@ -6,7 +6,9 @@ When(/^I fill the detail information$/) do
6
6
 
7
7
  sleep 2
8
8
 
9
- DestinationServicesGUI::Detail.get_tour_available_dates.first.click
9
+ DestinationServicesGUI::Detail.get_tour_available_dates.shuffle.first.click
10
+
11
+ binding.pry
10
12
 
11
13
  schedule = @browser.select(:class, 'datepicker-select-hours')
12
14
 
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.1.53"
2
+ VERSION = "0.1.54"
3
3
  end
@@ -46,7 +46,7 @@ module TourDetail
46
46
 
47
47
  def go_to_disney_checkout
48
48
  wait_for_disney_loader
49
- browser.a(:class, 'ux-destination-services-button ux-red ux-medium').click
49
+ browser.a(:class, 'ux-flat-button ux-red ux-medium').click
50
50
  end
51
51
 
52
52
  def go_to_universal_checkout
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ds-gui-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.53
4
+ version: 0.1.54
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-14 00:00:00.000000000 Z
11
+ date: 2015-01-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container