flights_gui_tests 0.0.38 → 0.0.39
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/tests/checkout/cash_payment.feature +1 -0
- data/features/tests/checkout/cupones.feature +1 -0
- data/features/tests/checkout/error_messages.feature +3 -0
- data/features/tests/checkout/fast_checkout.feature +1 -0
- data/features/tests/checkout/low_cost.feature +1 -0
- data/features/tests/checkout/online_payment.feature +1 -0
- data/features/tests/checkout/price_jump.feature +1 -0
- data/features/tests/checkout/seguros.feature +1 -0
- data/flights_gui_tests.gemspec +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: e26d4ef44d2fc316b870a373f086040679bf8cad
|
4
|
+
data.tar.gz: c9d144380bfbecc34bfebf8edfa400fefd0b5447
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a5049725f91c5c168536d59bbfc5f43f5a59f21604c97dc6cfc0b7ac238e1db953208fc34beeb20973a8255b2d250fafc8b96cd9978ce167a29b9d2d1403aa29
|
7
|
+
data.tar.gz: 90c0a3434a4624586087b4a918144cec2d357c9e00fcfa779de7608677555deda33712971d7281541cf6aadd0f9382d61064c66e3ca34e85a769287b0099ec00
|
@@ -13,6 +13,9 @@ Característica: checkout.error_messages
|
|
13
13
|
Cuando espero que termine de cargar la pagina de checkout
|
14
14
|
Entonces verifico que ingrese al checkout
|
15
15
|
Y verifico que la pagina no rompa
|
16
|
+
Cuando si el site es "BR", fuerzo el abztesting de "showNewPaymentType" al "85"
|
17
|
+
Y si el site es "BR", refresco la pagina
|
18
|
+
Entonces si el site es "BR", verifico que ingrese al checkout
|
16
19
|
Y verifico las nacionalidades de los pasajeros
|
17
20
|
Y si el site es "AR|MX|PE", verifico que se muestren los campos de factura
|
18
21
|
Y si el site es "AR|MX|PE", verifico texto de error de campos de factura vacio
|
@@ -38,6 +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
|
+
#Y verifico el tag de datalayer
|
41
42
|
|
42
43
|
@ar
|
43
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.39' #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')
|