flights_gui_tests 2.3.94 → 2.3.95

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: a9df7f8bb30fd0f0cfef38fa264a097e7741d50e
4
- data.tar.gz: 065275f92181c087d3e9e8ecbeee6a40a6ce2f6c
3
+ metadata.gz: 1c458ec375a799bee31f9b1b069cebd0ff00ccb8
4
+ data.tar.gz: 26695f03930f4062336f02041dedd4e921401b4f
5
5
  SHA512:
6
- metadata.gz: 316e4837bbfdbb11fccc26f4c1150f9859bcf999c47b97124ce0493b0a19e3a02cc96194a7200a54245c5fc25f6075f96a0c549234d87dd41220468de11e26f6
7
- data.tar.gz: bf7bb86b8890591364981f322711e6f286a4f3ef65491dd7cd05d1ba55adceaba0e0b27231cd7871b43d3f82d7be0f17de5e5f93427fb4ebcc8fa55d481c878d
6
+ metadata.gz: 1e79bed7e739c0f9061479a81c12ed96c205d7fa6ab52d76718379f34c7ca603ebbc233f79630e42fbdd460204dcf7b04c7b57af89a1ae60b947b2b39d80d5d9
7
+ data.tar.gz: 1d40d3836829bc92b2df3c83482a91428c72420c5eca732527f5c1c03046d31551ebce7222063608b24ad7a6ffe1db68558ed09e76a08315f8c5f47123c380af
@@ -52,21 +52,23 @@ 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(2)]
56
+ puts "Persona natural"
57
+ persona_natural_element.set
58
+ else
59
+ puts "Persona juridica"
60
+ persona_juridica_element.set
61
+ cuil_element.set("71.323.296/0001-20")
62
+ nombre_facturacion_element.set("diego qa romero") if nombre_facturacion_element.present?
63
+ municipal_facturacion_element.set("municipal") if municipal_facturacion_element.present?
64
+ end
65
+ provincia_facturacion_element.select_value("AC")
66
+ set_autocomplete("ciudad_facturacion_custom","rio ")
67
+ calle_facturacion_element.set("corrientes")
68
+ codigo_postal_facturacion_element.set("7111")
69
+ numero_facturacion_element.set("123")
70
+ piso_facturacion_element.set("1")
71
+ departamento_facturacion_element.set("1")
70
72
  end
71
73
 
72
74
  def cargar_datos_facturacion_pe
@@ -107,7 +107,7 @@ class AllPages
107
107
  when 'CHASIC' then "chas-flight=chas-flight-ci"
108
108
  when 'CHASALPHA' then "chas-flight=alpha"
109
109
  when 'IIBB' then "local-taxes=beta"
110
- when "KEEPER" then "flights-keeper=beta"
110
+ when "KEEPER" then "keeper-cond=beta"
111
111
  end
112
112
  end
113
113
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.94"
2
+ VERSION = "2.3.95"
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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.3.94
4
+ version: 2.3.95
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-12-01 00:00:00.000000000 Z
11
+ date: 2015-12-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container