flights_gui_tests 2.4.86 → 2.4.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/step_definitions/checkout/cash_payment_steps.rb +2 -0
- data/features/support/modules/checkout/new_checkout/tarjeta.rb +1 -0
- data/features/support/version.rb +1 -1
- data/features/tests/checkout/book_ok.feature +1 -1
- data/features/tests/checkout/cash_payment.feature +5 -5
- 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: 1827ff0f626192ce86d607f2a19c2f1ccd2c5371
|
4
|
+
data.tar.gz: 2869d9bfa6650a41dde91202619674172b4bc4b7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0228a8eb67cd45d19380ee39c0ce0ea231323991ef6ffd9fbfb3a665f4cc4c563cd4597c7014892ad71bbe8fea2c741e4cab810e54f74bcfe8ea4d13bd5e596e
|
7
|
+
data.tar.gz: f64fa5773eaf4b33d8b4bf1e323d13ea60aeaad8c177ed8b38436ed95b8654a251ddc916d1b9090c0201640abb10929e84f8df6446d2047f7f86d8a5251de8c9
|
@@ -5,6 +5,8 @@ Entonces(/^completo el formulario de deposito$/) do
|
|
5
5
|
else
|
6
6
|
@page.deposito.set
|
7
7
|
@page.nombre_completo_contacto_element.set("Diego Qa Romero") if @page.nombre_completo_contacto_element.present?
|
8
|
+
@page.browser.div(:id,'safetyPayPaymentDefinitions.bankDepositPaymentDefinition').text_field(:id,'owner-name').set("Diego Qa Romero") if @page.browser.div(:id,'safetyPayPaymentDefinitions.bankDepositPaymentDefinition').text_field(:id,'owner-name').present?
|
9
|
+
@page.browser.div(:id,'safetyPayPaymentDefinitions.bankDepositPaymentDefinition').text_field(:id,'owner-document-number').set("48629049391") if @page.browser.div(:id,'safetyPayPaymentDefinitions.bankDepositPaymentDefinition').text_field(:id,'owner-document-number').present?
|
8
10
|
end
|
9
11
|
end
|
10
12
|
|
@@ -50,6 +50,7 @@ module NewCheckout
|
|
50
50
|
radio_button(:deposito_ar,:css=>"#cash-installment .main-radio")
|
51
51
|
radio_button(:deposito_pe,:css=>"#multiple-card-cash-installment .main-radio")
|
52
52
|
radio_button(:deposito_mx,:css=>"#multiple-card-cash-installment .main-radio")
|
53
|
+
radio_button(:deposito_br,:css=>"#cash-installment .main-radio")
|
53
54
|
radio_button(:pago_online_ar,:css=>"#homebanking-installment .main-radio")
|
54
55
|
radio_button(:pago_online_mx,:css=>"#multiple-card-homebanking-installment .main-radio")
|
55
56
|
radio_button(:pago_online_br,:css=>"#homebanking-installment .main-radio")
|
data/features/support/version.rb
CHANGED
@@ -25,7 +25,7 @@ Característica: checkout.book_ok
|
|
25
25
|
Y valido que no se muestre la leyenda de seguro gratis en el desglose
|
26
26
|
Entonces si el site no es "CL", verifico que los precios de las cuotas se muestran correctamente
|
27
27
|
Y verifico que se muestren la caja de clientes felices
|
28
|
-
Y verifico que se muestren las reviews de aerolineas
|
28
|
+
Y si el site no es "US", verifico que se muestren las reviews de aerolineas
|
29
29
|
Entonces cargo los pasajeros
|
30
30
|
Y cargo los datos de la tarjeta
|
31
31
|
Y si el site es "AR|MX|PE|EC", cargo los datos de facturacion
|
@@ -76,6 +76,11 @@ Característica: checkout.cash_payment
|
|
76
76
|
|pais|tipo|cabotage|
|
77
77
|
|MX |roundtrip|nil|
|
78
78
|
|
79
|
+
@br
|
80
|
+
Ejemplos:
|
81
|
+
|pais|tipo|cabotage|
|
82
|
+
|BR |oneway|true|
|
83
|
+
|
79
84
|
@cash_payment
|
80
85
|
Esquema del escenario: Se verifica que no se muestre la opcion de pago por deposito
|
81
86
|
Dado como un usuario de '<pais>'
|
@@ -92,11 +97,6 @@ Característica: checkout.cash_payment
|
|
92
97
|
Y verifico que ingrese al checkout
|
93
98
|
Entonces verifico que no se muestre la opcion de pago por deposito
|
94
99
|
|
95
|
-
@br
|
96
|
-
Ejemplos:
|
97
|
-
|pais|tipo|cabotage|
|
98
|
-
|BR |oneway|true|
|
99
|
-
|BR |roundtrip|true|
|
100
100
|
@co
|
101
101
|
Ejemplos:
|
102
102
|
|pais|tipo|cabotage|
|