flights_gui_tests 1.9.8 → 1.9.9
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/support/version.rb +1 -1
- data/features/tests/checkout/price_jump.feature +0 -2
- 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: 6fb151a45276b788877a8ffaafe25a87385fc3ad
|
|
4
|
+
data.tar.gz: a1c679aef8d4edcbb88e101ee6c66f909251bb15
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b0aa7ecdb0a4aad2796769c31adcf213adb8e66b134f9d279a7973d8391a4d68a07114c8cb0155670a2003410c2d3eafa74f4067790587a0517b486d34343f5
|
|
7
|
+
data.tar.gz: 33b8f77a26e1d3de30723cba59777abe612975e2805382295471884f9dd33ae6f2d00b88c3625cfa1882f3c1ad63f537b0d3c71eec0daf5fcd648fb124f4ea84
|
data/features/support/version.rb
CHANGED
|
@@ -49,7 +49,6 @@ Característica: checkout.price_jump
|
|
|
49
49
|
Y verifico los datos del vuelo comprado
|
|
50
50
|
Y verifico que el nuevo precio final sea el correcto
|
|
51
51
|
Y verifico el tag de datalayer
|
|
52
|
-
Y cancelo la reserva en el proveedor
|
|
53
52
|
|
|
54
53
|
@ar
|
|
55
54
|
@roundtrip
|
|
@@ -108,7 +107,6 @@ Característica: checkout.price_jump
|
|
|
108
107
|
Y verifico los datos del vuelo comprado
|
|
109
108
|
Y verifico que el nuevo precio final sea el correcto
|
|
110
109
|
Y verifico el tag de datalayer
|
|
111
|
-
Y cancelo la reserva en el proveedor
|
|
112
110
|
|
|
113
111
|
@br
|
|
114
112
|
@oneway
|