flights_gui_tests 2.3.92 → 2.3.93

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: 6ce2bf3ff8fe664f1c4c0f04711a7cf291e34513
4
- data.tar.gz: b516453dfb553bb52906d1f7a3f87ab59ef8aa72
3
+ metadata.gz: 281f324346465ad5b4dfcf8787da67c580f492c8
4
+ data.tar.gz: 853d81a1fa4996192005ff23bbf43ef8bb840c29
5
5
  SHA512:
6
- metadata.gz: 57681842b45505fc6707e88fc9d37146e1124bdfc508b78c575e02212ae9feed28cc2bbdb50b8b678da46a569b3c4adc733aa97710d09757955ad18f8a331a44
7
- data.tar.gz: f4f57b36d449fe68e38ef04923374664400e2b9e2053821b790a8a40768200b86099d98505b4ec790a4cfdc01e3812185d2a20bf8ec73284e1878e2a19bea1fd
6
+ metadata.gz: 386a65880932e8b57396b46775bbd10e71657b03ce13973c38dd31958014c1d334bc8ab4a7c35dc4d616969091b9ace0535d4962d54db8c7b2140847cf1139ed
7
+ data.tar.gz: 098a610a5b58c438f218f183d2b60b8cc2eb4d4985303a49a68940a840e08d6a3adf38f591b4455b7f181379f32ff2ac8e5403034135709aeb76d6970de40dc0
@@ -52,21 +52,21 @@ module NewCheckout
52
52
  end
53
53
 
54
54
  def cargar_datos_facturacion_br
55
- if [true,false][rand(1)]
56
- persona_natural_element.set
57
- else
58
- persona_juridica_element.set
59
- cuil_element.set("54651716001150")
60
- nombre_facturacion_element.set("diego qa romero") if nombre_facturacion_element.present?
61
- municipal_facturacion_element.set("municipal") if municipal_facturacion_element.present?
62
- end
63
- provincia_facturacion_element.select_value("AC")
64
- set_autocomplete("ciudad_facturacion_custom","rio ")
65
- calle_facturacion_element.set("corrientes")
66
- codigo_postal_facturacion_element.set("7111")
67
- numero_facturacion_element.set("123")
68
- piso_facturacion_element.set("1")
69
- departamento_facturacion_element.set("1")
55
+ #if [true,false][rand(1)]
56
+ # persona_natural_element.set
57
+ #else
58
+ # persona_juridica_element.set
59
+ # cuil_element.set("54651716001150")
60
+ # nombre_facturacion_element.set("diego qa romero") if nombre_facturacion_element.present?
61
+ # municipal_facturacion_element.set("municipal") if municipal_facturacion_element.present?
62
+ #end
63
+ #provincia_facturacion_element.select_value("AC")
64
+ #set_autocomplete("ciudad_facturacion_custom","rio ")
65
+ #calle_facturacion_element.set("corrientes")
66
+ #codigo_postal_facturacion_element.set("7111")
67
+ #numero_facturacion_element.set("123")
68
+ #piso_facturacion_element.set("1")
69
+ #departamento_facturacion_element.set("1")
70
70
  end
71
71
 
72
72
  def cargar_datos_facturacion_pe
@@ -77,7 +77,6 @@ module Checkout
77
77
  unless condiciones_de_compra_checked?
78
78
  @browser.execute_script("javascript:void($('#read-agreement').click());")
79
79
  end
80
- byebug
81
80
  begin
82
81
  @browser.execute_script("javascript:void($('#submit').click());")
83
82
  rescue Selenium::WebDriver::Error::UnknownError
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.92"
2
+ VERSION = "2.3.93"
3
3
  end
@@ -265,12 +265,12 @@ Característica: checkout.book_ok
265
265
  Entonces verifico que la pagina no rompa
266
266
  Y espero que termine de cargar la pagina de checkout
267
267
  Y verifico que ingrese al checkout
268
- Entonces ingreso al checkout con cookie "showInvoice" al "1"
268
+ #Entonces ingreso al checkout con cookie "showInvoice" al "1"
269
269
  Entonces si existe la opcion de cobertura, elijo "no_chequear" si quiero cobertura
270
- #Entonces valido los valores del desglose del checkout
270
+ Entonces valido los valores del desglose del checkout
271
271
  Y verifico el pixel de Efrontier
272
272
  Y verifico el pixel de trackeame en checkout
273
- #Entonces verifico que los precios de las formas de pago nueva se muestren correctamente
273
+ Entonces verifico que los precios de las formas de pago nueva se muestren correctamente
274
274
  Y verifico que se muestren la caja de clientes felices
275
275
  Entonces cargo los pasajeros
276
276
  Y cargo los datos de la tarjeta en el nuevo formulario
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.3.92
4
+ version: 2.3.93
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez