ds-gui-automation 0.1.84 → 0.1.85
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 +4 -4
- data/features/results.feature +0 -1
- data/features/step_definitions/thanks_steps.rb +1 -1
- data/features/thanks.feature +0 -1
- data/lib/ds/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4004005155397ad85429b77bb1986447cade3992
|
|
4
|
+
data.tar.gz: 16dc549ca3c16e34fd3f21c8ee216c3abad8e90b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 420df7ca68f56be5fe25f27ed99f25fd7ac7d550fb1b2cc8a49517e0cf1f1f38d943e1c592c2bea4ef554ed38c3bbe77103e85686b1b03e9903cd7731830258b
|
|
7
|
+
data.tar.gz: 05354a9f0c9da4dee38e979f0a5aa3eb7a8b81a93a7dee286255ef012aea36bd874b7921c2573dd76e2d97c6a603b94c2aeafad953696ebb8af45074b88cf344
|
data/features/results.feature
CHANGED
|
@@ -111,7 +111,7 @@ Then(/^I verify that the reservation was made on Fenix for cart$/) do
|
|
|
111
111
|
|
|
112
112
|
booking_name = booking.span(:class, 'destination-services-cart-ticket-item-name').text
|
|
113
113
|
|
|
114
|
-
(booking_name.include?('Walt Disney World') || booking_name.include?('Universal
|
|
114
|
+
(booking_name.include?('Walt Disney World') || booking_name.include?('Universal Orlando')) ? type = 'tickets' : type = 'tours'
|
|
115
115
|
|
|
116
116
|
if BETA
|
|
117
117
|
transaction = HTTParty.get("http://10.2.7.16:80/fenix/ds/#{type}?transaction_id=#{crm_id}", :headers =>{'X-Version-Override' => BETA_COOKIES})
|
data/features/thanks.feature
CHANGED
data/lib/ds/version.rb
CHANGED
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.
|
|
4
|
+
version: 0.1.85
|
|
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-05-
|
|
11
|
+
date: 2015-05-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|