ds-gui-automation 0.2.41 → 0.2.42

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: de6d5647906f307da97c3303f577be252d7fb3ae
4
- data.tar.gz: 035a3c1bbb6e62595d3cfc6d8d8db314e060d5da
3
+ metadata.gz: 3a50e857e4293873fdfe0f61e69ef8765aae5b38
4
+ data.tar.gz: aa318206c7845b72a9a813f32a4bfb1a9b62555e
5
5
  SHA512:
6
- metadata.gz: 9c0058b1939e7692738bb5a81916b5da0abf1019a920252e8520fe62287a95c06ca938596862e9dc34767fe29e94abd45cc8e00a0faa9ee5eb9dc8fdff2a2475
7
- data.tar.gz: 31d9eb663a593a4a2f28f4565dcbf884a0fff4f8d7cef970ea4f3b228583a5a39a3e7f539746c9bc6aa1c9dbef81aca509d47d6337933e08857578fbd349cb72
6
+ metadata.gz: cd30e6dd763cfa6d8a139ef8b57631509f54fe74ce103e75c42fd4d7d2739ea870365e4969d309eef9d0de1f0c61bc24fe177c0dea2f6ddb676abb5058a1cd07
7
+ data.tar.gz: 20f46cf182b1cca884b050f3088c68d78c81d550eef285bd50d333ba5c32f57809cd213a03429ab172e5c526d7370ab3542839fdb58f00ffffb96a7a9dff9fc3
@@ -25,7 +25,7 @@ Feature: Destination Services Thanks
25
25
  @br
26
26
  Examples:
27
27
  |country|tour_tracking_id|ticket_tracking_id|
28
- |BR|HB_ORL_CIRQUEOFFE,PAM_ORL_5604,HB_LAX_UNIVERSTUD,PAM_BUE_368,PAM_NYC_231,PAM_GR3_163|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
28
+ |BR|HB_ORL_CIRQUEOFFE,PAM_ORL_5604,HB_LAX_UNIVERSTUD,PAM_BUE_368|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
29
29
 
30
30
  @ar
31
31
  Examples:
@@ -35,7 +35,7 @@ Feature: Destination Services Thanks
35
35
  @mx
36
36
  Examples:
37
37
  |country|tour_tracking_id|ticket_tracking_id|
38
- |MX|HB_LAX_UNIVERSTUD,PAM_CUN_915,GL_LAS_659|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
38
+ |MX|HB_LAX_UNIVERSTUD,PAM_CUN_915,GL_LAS_655|DY_ORL,UN_ORL,SW_ORL,BG_ORL|
39
39
 
40
40
  @co
41
41
  Examples:
@@ -48,20 +48,20 @@ Feature: Destination Services Detail
48
48
  @vi
49
49
  Examples:
50
50
  |country|tracking_id|type|brand|
51
- |MX|GL_LAS_659|tours|Visa|
51
+ |MX|GL_LAS_655|tours|Visa|
52
52
 
53
53
 
54
54
  @mx
55
55
  @ac
56
56
  Examples:
57
57
  |country|tracking_id|type|brand|
58
- |MX|GL_LAS_659|tours|MasterCard|
58
+ |MX|GL_LAS_655|tours|MasterCard|
59
59
 
60
60
  @mx
61
61
  @ax
62
62
  Examples:
63
63
  |country|tracking_id|type|brand|
64
- |MX|GL_LAS_659|tours|American Express|
64
+ |MX|GL_LAS_655|tours|American Express|
65
65
 
66
66
 
67
67
  @co
@@ -28,8 +28,6 @@ Feature: Destination Services Results
28
28
  |country|tracking_id|type|
29
29
  |BR|PAM_CUN_906|tours|
30
30
  |BR|PAM_BUE_368|tours|
31
- |BR|PAM_NYC_231|tours|
32
- |BR|PAM_GR3_163|tours|
33
31
 
34
32
  @br
35
33
  @gl
@@ -78,7 +76,7 @@ Feature: Destination Services Results
78
76
  @gl
79
77
  Examples:
80
78
  |country|tracking_id|type|
81
- |MX|GL_LAS_659|tours|
79
+ |MX|GL_LAS_655|tours|
82
80
 
83
81
  @mx
84
82
  @via
@@ -126,7 +124,7 @@ Feature: Destination Services Results
126
124
  @gl
127
125
  Examples:
128
126
  |country|tracking_id|type|
129
- |CL|GL_BUE_355|tours|
127
+ |CL|GL_BUE_2134|tours|
130
128
 
131
129
  @cl
132
130
  @via
@@ -33,9 +33,6 @@ Feature: Destination Services Thanks
33
33
  |country|tracking_id|type|
34
34
  |BR|PAM_CUN_906|tours|
35
35
  |BR|PAM_BUE_368|tours|
36
- |BR|PAM_NYC_231|tours|
37
- |BR|PAM_GR3_163|tours|
38
- |BR|PAM_ORL_5778|tours|
39
36
 
40
37
  @br
41
38
  @gl
@@ -83,7 +80,7 @@ Feature: Destination Services Thanks
83
80
  @gl
84
81
  Examples:
85
82
  |country|tracking_id|type|
86
- |MX|GL_LAS_659|tours|
83
+ |MX|GL_LAS_655|tours|
87
84
 
88
85
  @mx
89
86
  @via
@@ -131,7 +128,7 @@ Feature: Destination Services Thanks
131
128
  @gl
132
129
  Examples:
133
130
  |country|tracking_id|type|
134
- |CL|GL_BUE_355|tours|
131
+ |CL|GL_BUE_2134|tours|
135
132
 
136
133
  @cl
137
134
  @via
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.41"
2
+ VERSION = "0.2.42"
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.2.41
4
+ version: 0.2.42
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-02-10 00:00:00.000000000 Z
11
+ date: 2016-02-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container