flights_gui_tests 2.4.86 → 2.4.87

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 99a877c9c5af501e0a583e75eb9eeb94f74d0dfd
4
- data.tar.gz: 2f915cb7819db3d01476225d85041d53168cfc67
3
+ metadata.gz: 1827ff0f626192ce86d607f2a19c2f1ccd2c5371
4
+ data.tar.gz: 2869d9bfa6650a41dde91202619674172b4bc4b7
5
5
  SHA512:
6
- metadata.gz: 7679008633e994c03d12ee0fc25a02e513f5f72aac4126dce3f1f83a5e842f69fc464206775e86f67afea91299d7e5dad069a868d9f5aaa8ee9a250cf68f2d52
7
- data.tar.gz: 993017fe945ae8fb49d778547344f712142b2f2e1451ae1309bd7410151bc1861d8f47f7ba1f077a1d571118517022a020122638784604d026404bf6158c8309
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")
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.86"
2
+ VERSION = "2.4.87"
3
3
  end
@@ -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|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.86
4
+ version: 2.4.87
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez