ds-gui-automation 0.1.48 → 0.1.49
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.
- data/features/aftersale.feature +2 -2
- data/features/checkout.feature +8 -8
- data/features/insurance.feature +1 -1
- data/features/results.feature +0 -1
- data/features/thanks.feature +0 -1
- data/lib/ds/version.rb +1 -1
- metadata +2 -2
data/features/aftersale.feature
CHANGED
@@ -16,8 +16,8 @@ Feature: Destination Services Self Service Login
|
|
16
16
|
@ar
|
17
17
|
Examples:
|
18
18
|
|country|tracking_id|type|crm_id|
|
19
|
-
|AR|
|
20
|
-
|AR|
|
19
|
+
|AR|PAM_SLA_76|tours|97229948|
|
20
|
+
|AR|PAM_SLA_76|tours|97231346|
|
21
21
|
|
22
22
|
@mx
|
23
23
|
Examples:
|
data/features/checkout.feature
CHANGED
@@ -35,13 +35,13 @@ Feature: Destination Services Detail
|
|
35
35
|
@vi
|
36
36
|
Examples:
|
37
37
|
|country|tracking_id|type|brand|
|
38
|
-
|AR|
|
38
|
+
|AR|PAM_SLA_76|tours|Visa|
|
39
39
|
|
40
40
|
@ar
|
41
41
|
@ax
|
42
42
|
Examples:
|
43
43
|
|country|tracking_id|type|brand|
|
44
|
-
|AR|
|
44
|
+
|AR|PAM_SLA_76|tours|American Express|
|
45
45
|
|
46
46
|
|
47
47
|
@mx
|
@@ -114,34 +114,34 @@ Feature: Destination Services Detail
|
|
114
114
|
@vi
|
115
115
|
Examples:
|
116
116
|
|country|tracking_id|type|brand|installments|
|
117
|
-
|AR|
|
117
|
+
|AR|PAM_SLA_76|tours|Visa|3|
|
118
118
|
|
119
119
|
@ar
|
120
120
|
@ax
|
121
121
|
Examples:
|
122
122
|
|country|tracking_id|type|brand|installments|
|
123
|
-
|AR|
|
123
|
+
|AR|PAM_SLA_76|tours|AMEX|3|
|
124
124
|
|
125
125
|
@ar
|
126
126
|
@vi_rio
|
127
127
|
Examples:
|
128
128
|
|country|tracking_id|type|brand|installments|
|
129
|
-
|AR|
|
129
|
+
|AR|PAM_SLA_76|tours|Visa Santander Rio|3|
|
130
130
|
|
131
131
|
@ar
|
132
132
|
@ax_rio
|
133
133
|
Examples:
|
134
134
|
|country|tracking_id|type|brand|installments|
|
135
|
-
|AR|
|
135
|
+
|AR|PAM_SLA_76|tours|American Express Santander Rio|3|
|
136
136
|
|
137
137
|
@ar
|
138
138
|
@vi_pro
|
139
139
|
Examples:
|
140
140
|
|country|tracking_id|type|brand|installments|
|
141
|
-
|AR|
|
141
|
+
|AR|PAM_SLA_76|tours|Visa Provincia|3|
|
142
142
|
|
143
143
|
@ar
|
144
144
|
@vi_icbc
|
145
145
|
Examples:
|
146
146
|
|country|tracking_id|type|brand|installments|
|
147
|
-
|AR|
|
147
|
+
|AR|PAM_SLA_76|tours|Visa ICBC|3|
|
data/features/insurance.feature
CHANGED
data/features/results.feature
CHANGED
data/features/thanks.feature
CHANGED
data/lib/ds/version.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.49
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -9,7 +9,7 @@ authors:
|
|
9
9
|
autorequire:
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
|
-
date:
|
12
|
+
date: 2015-01-05 00:00:00.000000000 Z
|
13
13
|
dependencies:
|
14
14
|
- !ruby/object:Gem::Dependency
|
15
15
|
name: henry-container
|