flights_gui_tests 2.4.74 → 2.4.75

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: 49f7c83132cc04c6f1f0b676e189f5280df8b631
4
- data.tar.gz: d66510ecfb83106e94e6c4e251ee5fb2d9b4354f
3
+ metadata.gz: c35b8734213a8c367294d14413c025cc6bff299e
4
+ data.tar.gz: bc9c5d62e06ac9cbad7597baf790932e17298ddd
5
5
  SHA512:
6
- metadata.gz: 5b8f6b553537045199bfa085e7e574550f1e9c16b3efbb0559eeff747ce17a8e64b4df90d3849487642f8985944743050585b30f8019ac9121ba236f9dd7b02c
7
- data.tar.gz: a739cad4291a34e78dd4ae4e80d55cbf3f052bc704e64d00a900abaa44116e0e6d9f92b52cc2c945b87cdd029e107c5de64b376ba246e6f11909be81f11f538d
6
+ metadata.gz: ea0274c1f1db1bcb44d3a5852f7d2f8e902ff95a41937b065f85ced9f620c4f67f49e77f70b18af92b19c8c66eeb636596031156af6ae82093bc35b30dc4a2b5
7
+ data.tar.gz: a25ef0e3292e98755616ebad18241898923d1674cde80e780ec1dee358cc2a0adad681b8853e461bda243cd4eafb403aaea8f7a928e1466b09ad7435124ca03e
@@ -42,7 +42,7 @@ 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("C")
45
+ provincia_facturacion_element.select_value("31655")
46
46
  set_autocomplete("ciudad_facturacion_custom","buenos ")
47
47
  calle_facturacion_element.set("corrientes")
48
48
  numero_facturacion_element.set("123")
@@ -62,7 +62,7 @@ module NewCheckout
62
62
  nombre_facturacion_element.set("diego qa romero") if nombre_facturacion_element.present?
63
63
  municipal_facturacion_element.set("municipal") if municipal_facturacion_element.present?
64
64
  end
65
- provincia_facturacion_element.select_value("AC")
65
+ provincia_facturacion_element.select_value("30542")
66
66
  set_autocomplete("ciudad_facturacion_custom","rio ")
67
67
  calle_facturacion_element.set("corrientes")
68
68
  codigo_postal_facturacion_element.set("71111234")
@@ -88,7 +88,7 @@ module NewCheckout
88
88
  def cargar_datos_facturacion_ec
89
89
  check_invoice_check if invoice_check?
90
90
  cargar_datos_facturacion_pe
91
- provincia_facturacion_element.select_value("B")
91
+ provincia_facturacion_element.select_value("174550")
92
92
  ciudad_facturacion_custom_element.set("quito")
93
93
  calle_facturacion_element.set("corrientes 441")
94
94
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.74"
2
+ VERSION = "2.4.75"
3
3
  end
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.4.74
4
+ version: 2.4.75
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-05 00:00:00.000000000 Z
11
+ date: 2016-04-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container