ds-gui-automation 0.2.35 → 0.2.36

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: 67771b326c05281bb7516edbcd72f2647248f53a
4
- data.tar.gz: 58b192b0864c24d9065fc11a9ddb6b28a4cfd692
3
+ metadata.gz: 3fd8d0ed66e3cb2a3d8d693ee06aa5ecfbeaace7
4
+ data.tar.gz: aedb0ecbcd4a52e5f8482091a389aa669e01fc77
5
5
  SHA512:
6
- metadata.gz: ab1dfbcd9631fa08fec0fcb3d28afc724fa9adf7935803b1394b877a478767eec4e798edf1d55baf140d7f2fd781f749f24f3c787950e0a0862189c7b491591d
7
- data.tar.gz: 37a0c5ae5c2556c4c70bd0d105f4c90ff79126206e254bb5449c023510e170cd601f27fd9e1b6d6f5fb6c7033da2874ba50d6bdd8805d6eb60b2ed962ec2e923
6
+ metadata.gz: 201af76a2ae7446419645179c2f09cd7781e7f08489724eff38f8f2dd871a55be30f5e09381590c83f5b6684df9741cc8011a69b6054358ef0a5dc5bb2b73762
7
+ data.tar.gz: 7a5aff2ed0abe0a495dc58e8d760aa02a774fef232c0ab4ee60fc0aab7c9b650c9c29848334053dc6ac4de974fd5a75fb6db22e0247c41389ae8f608641262c9
@@ -116,7 +116,6 @@ Then(/^I verify that the reservation was made on Fenix for cart$/) do
116
116
 
117
117
  booking_name = booking.text
118
118
 
119
- binding.pry
120
119
  (booking_name.include?('Walt Disney World') || booking_name.include?('Universal Orlando')) || (booking_name.include?("SeaWorld")) || (booking_name.include?("Busch")) ? type = 'tickets' : type = 'tours'
121
120
 
122
121
  if BETA
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.35"
2
+ VERSION = "0.2.36"
3
3
  end
@@ -70,6 +70,8 @@ module Checkout
70
70
 
71
71
  browser.checkbox(:id, 'ux-common-checkoutchange-agreement-cb').click
72
72
 
73
+ browser.checkbox(:id,'newsletterSubscription-cb').click
74
+
73
75
  end
74
76
 
75
77
  def fill_pickup_information
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.2.35
4
+ version: 0.2.36
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-15 00:00:00.000000000 Z
11
+ date: 2016-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container