flights_gui_tests 2.3.56 → 2.3.57

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: 83eae8a9e25945e073be50bb30ec61fe5fd742df
4
- data.tar.gz: 369868d0da985de1aaed358db2558a1520dcb3e3
3
+ metadata.gz: adc07391743d15ba6bf2e23bec51869e8d773421
4
+ data.tar.gz: 2cdac70e2bf90039a280fe869f98326a6f6a50ab
5
5
  SHA512:
6
- metadata.gz: 7972665e896a4edae4df4528ba17cbce974a520c08dd164ab16ed7ca4f894692602c4dfe093eff53c807ebf80650e495ccd9c10a55efd1da9bbfc3cfd960817c
7
- data.tar.gz: 8af25f95fd2e282dbc6b598b438a8c006edf05d86827e523351af8c1308828cb5b1a82cbacc14673988bb1a117c854919a0428323b2c3180ab518597909aa342
6
+ metadata.gz: 4d5f01e6eb7fafba80c937a2b559dd69f13e60b6e0f310a977e8c70c7e40586a8ef875b5fcce47b6230d6cc37c8ce01e4250e99371f01b9330bcdfd90d6d2304
7
+ data.tar.gz: caf9287d605b1756ba25f6f35e25668df02df6be1d8e9b756a0a36ea482d85677b36d7d1d5e031df48e611373fff6d294bf226f1f6ae1c6a9745d28fbf400c76
@@ -42,8 +42,8 @@ module NewCheckout
42
42
  sleep(2)
43
43
  #lleno los campos requeridos
44
44
  nombre_facturacion_element.set("diego qa romero") if nombre_facturacion_element.present?
45
- provincia_facturacion_element.select_value("B")
46
- set_autocomplete("ciudad_facturacion_custom","mar del ")
45
+ provincia_facturacion_element.select_value("C")
46
+ set_autocomplete("ciudad_facturacion_custom","buenos ")
47
47
  calle_facturacion_element.set("corrientes")
48
48
  numero_facturacion_element.set("123")
49
49
  piso_facturacion_element.set("1")
@@ -85,8 +85,8 @@ module NewCheckout
85
85
  def cargar_datos_facturacion_ec
86
86
  check_invoice_check if invoice_check?
87
87
  cargar_datos_facturacion_pe
88
- provincia_facturacion_element.select_value("E")
89
- ciudad_facturacion_custom_element.set("mompiche")
88
+ provincia_facturacion_element.select_value("B")
89
+ ciudad_facturacion_custom_element.set("quito")
90
90
  calle_facturacion_element.set("corrientes 441")
91
91
  end
92
92
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.3.56"
2
+ VERSION = "2.3.57"
3
3
  end
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.56
4
+ version: 2.3.57
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez