ds-gui-automation 0.1.84 → 0.1.85

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 56a69add7a5c922985453f240422dd5b59cf8ea1
4
- data.tar.gz: b39e3cec57c1a69ee1a5c4e1565bda9f91221a67
3
+ metadata.gz: 4004005155397ad85429b77bb1986447cade3992
4
+ data.tar.gz: 16dc549ca3c16e34fd3f21c8ee216c3abad8e90b
5
5
  SHA512:
6
- metadata.gz: 4bf72f5e02751c7e61a47e8152fa5355751131b7f8209e8038d6cbe7bcc94461e15181b6f3b6d771c56314dae7721add5368fdaafb4b2671870f968bd3e3e23b
7
- data.tar.gz: d3cb1d1091ae1b5a1b893a2e65fd9c1112b77e2d68e8408e5d442d83efda8f11bcb004a8cb380fc60aada1182b2e4bdfde4dd77383b0fc17352cdf1c8fac1791
6
+ metadata.gz: 420df7ca68f56be5fe25f27ed99f25fd7ac7d550fb1b2cc8a49517e0cf1f1f38d943e1c592c2bea4ef554ed38c3bbe77103e85686b1b03e9903cd7731830258b
7
+ data.tar.gz: 05354a9f0c9da4dee38e979f0a5aa3eb7a8b81a93a7dee286255ef012aea36bd874b7921c2573dd76e2d97c6a603b94c2aeafad953696ebb8af45074b88cf344
@@ -83,7 +83,6 @@ Feature: Destination Services Results
83
83
  Examples:
84
84
  |country|tracking_id|type|
85
85
  |MX|PAM_CUN_1221|tours|
86
- |MX|PAM_CUN_915|tours|
87
86
 
88
87
  @mx
89
88
  @gl
@@ -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 Studios Orlando')) ? type = 'tickets' : type = 'tours'
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})
@@ -87,7 +87,6 @@ Feature: Destination Services Thanks
87
87
  Examples:
88
88
  |country|tracking_id|type|
89
89
  |MX|PAM_CUN_1221|tours|
90
- |MX|PAM_CUN_915|tours|
91
90
 
92
91
  @mx
93
92
  @gl
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.1.84"
2
+ VERSION = "0.1.85"
3
3
  end
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.84
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-13 00:00:00.000000000 Z
11
+ date: 2015-05-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container