ds-gui-automation 0.1.86 → 0.1.87
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/checkout.feature +9 -9
- data/features/thanks.feature +0 -2
- data/lib/ds/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2d0d271e4863e0d88b092e5c8a4165750ddd8a8f
|
4
|
+
data.tar.gz: 05b0be2ee74ae1b6ffd44eb2ad4b755ead392d50
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f7b64b719e8113d45430676d9ef629e702598d1db6a370b8316a8f42cbfba952917cdbc081d1f3361d0b7db1c3385627c71b83fc0816e4d71f5112f5df44daf
|
7
|
+
data.tar.gz: c8608d163b07f4f50feb0030cf687d8a3405b081b2ab4ad4caaeb9223488fb095a25ab721deef43d840db452d253992bb85e57ac8df54b3f4164e87ecc64cc71
|
data/features/checkout.feature
CHANGED
@@ -23,13 +23,13 @@ Feature: Destination Services Detail
|
|
23
23
|
@vi
|
24
24
|
Examples:
|
25
25
|
|country|tracking_id|type|brand|
|
26
|
-
|BR|
|
26
|
+
|BR|HB_ORL_MCOMDVLTMS|tours|Visa|
|
27
27
|
|
28
28
|
@br
|
29
29
|
@ac
|
30
30
|
Examples:
|
31
31
|
|country|tracking_id|type|brand|
|
32
|
-
|BR|
|
32
|
+
|BR|HB_ORL_MCOMDVLTMS|tours|MasterCard|
|
33
33
|
|
34
34
|
@ar
|
35
35
|
@vi
|
@@ -48,45 +48,45 @@ Feature: Destination Services Detail
|
|
48
48
|
@vi
|
49
49
|
Examples:
|
50
50
|
|country|tracking_id|type|brand|
|
51
|
-
|MX|
|
51
|
+
|MX|GL_LAS_659|tours|Visa|
|
52
52
|
|
53
53
|
|
54
54
|
@mx
|
55
55
|
@ac
|
56
56
|
Examples:
|
57
57
|
|country|tracking_id|type|brand|
|
58
|
-
|MX|
|
58
|
+
|MX|GL_LAS_659|tours|MasterCard|
|
59
59
|
|
60
60
|
@mx
|
61
61
|
@ax
|
62
62
|
Examples:
|
63
63
|
|country|tracking_id|type|brand|
|
64
|
-
|MX|
|
64
|
+
|MX|GL_LAS_659|tours|American Express|
|
65
65
|
|
66
66
|
|
67
67
|
@co
|
68
68
|
@vi
|
69
69
|
Examples:
|
70
70
|
|country|tracking_id|type|brand|
|
71
|
-
|CO|
|
71
|
+
|CO|HB_ORL_MCOMDVLTMS|tours|Visa|
|
72
72
|
|
73
73
|
@co
|
74
74
|
@ac
|
75
75
|
Examples:
|
76
76
|
|country|tracking_id|type|brand|
|
77
|
-
|CO|
|
77
|
+
|CO|HB_ORL_MCOMDVLTMS|tours|MasterCard|
|
78
78
|
|
79
79
|
@cl
|
80
80
|
@vi
|
81
81
|
Examples:
|
82
82
|
|country|tracking_id|type|brand|
|
83
|
-
|CL|
|
83
|
+
|CL|HB_ORL_MCOMDVLTMS|tours|Visa|
|
84
84
|
|
85
85
|
@cl
|
86
86
|
@ac
|
87
87
|
Examples:
|
88
88
|
|country|tracking_id|type|brand|
|
89
|
-
|CL|
|
89
|
+
|CL|HB_ORL_MCOMDVLTMS|tours|MasterCard|
|
90
90
|
|
91
91
|
|
92
92
|
@available_installments
|
data/features/thanks.feature
CHANGED
@@ -20,7 +20,6 @@ Feature: Destination Services Thanks
|
|
20
20
|
@hb
|
21
21
|
Examples:
|
22
22
|
|country|tracking_id|type|
|
23
|
-
|BR|HB_ORL_SEAWRLDROW|tours|
|
24
23
|
|BR|HB_ORL_LEGOFLORID|tours|
|
25
24
|
|BR|HB_ORL_BUSCHROW|tours|
|
26
25
|
|BR|HB_NYC_NYCITYPASS|tours|
|
@@ -76,7 +75,6 @@ Feature: Destination Services Thanks
|
|
76
75
|
@hb
|
77
76
|
Examples:
|
78
77
|
|country|tracking_id|type|
|
79
|
-
|MX|HB_LAX_DISNEY1PAK|tours|
|
80
78
|
|MX|HB_LAX_UNIVERSTUD|tours|
|
81
79
|
|
82
80
|
@mx
|
data/lib/ds/version.rb
CHANGED