flights_gui_tests 0.0.39 → 0.0.40
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 501bac5027a13a344ae0314300d4fdc2c4444a79
|
|
4
|
+
data.tar.gz: 5ec16ea2c6245b3e5a2e01aefbb3a3cd78668a5f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d4bb7dc8c1ae87ee260e3f6d12b1f3e9474f8cba869c8bc5ecf76bade9624c8a14eae0a89b7d764f39fc4074562df21cd8596ef4e3d775ea8a3ae57c4349926e
|
|
7
|
+
data.tar.gz: b426cbe08c37b7a8d1f870ef546d8e678ec88ce46390bf77e9a78f7f11d5f4ba1c9285aa018211d0aecc3b3bb407e529f74fe7748346e546ad545b4180544883
|
|
@@ -38,7 +38,7 @@ Característica: checkout.cash_payment
|
|
|
38
38
|
Y verifico los datos del vuelo comprado
|
|
39
39
|
Y verifico los valores del desglose en gracias contra los del checkout
|
|
40
40
|
Y verifico los pasos para hacer el deposito
|
|
41
|
-
|
|
41
|
+
Y verifico el tag de datalayer
|
|
42
42
|
|
|
43
43
|
@ar
|
|
44
44
|
@roundtrip
|
|
@@ -38,7 +38,7 @@ Característica: checkout.online_payment
|
|
|
38
38
|
Y verifico los datos del vuelo comprado
|
|
39
39
|
Y verifico los valores del desglose en gracias contra los del checkout
|
|
40
40
|
Y verifico los pasos para hacer el pago online
|
|
41
|
-
|
|
41
|
+
Y verifico el tag de datalayer
|
|
42
42
|
|
|
43
43
|
@ar
|
|
44
44
|
@roundtrip
|
data/flights_gui_tests.gemspec
CHANGED
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.version = '0.0.
|
|
18
|
+
gem.version = '0.0.40' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
|
19
19
|
|
|
20
20
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
|
21
21
|
gem.add_dependency('page-object')
|