flights_gui_tests 2.4.60 → 2.4.61
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 9c0817c51175b5033ead91a0fc2a0bf5558bc96b
|
4
|
+
data.tar.gz: 0c6c5a0912f896809a0e488747089a4b204db570
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 470ae17b9e2bb42f96c675afefeaa820438512cce271f416e4964ef1769e784c6962d809d7bfdb3477afaa029b5fb1e902cfdfb6cf4b518c7a4d7746e876843b
|
7
|
+
data.tar.gz: 0dd4e6395568d00fb4337aff4b75cb7ccf55f42d453ac24d9738d07b8138b17f62577458635e11e4967e2943b7e771843b7cbf4c53d13399463a6db82bf61bda
|
@@ -120,7 +120,7 @@ module NewCheckout
|
|
120
120
|
if documento_titular_tarjeta_element.present?
|
121
121
|
number = case AllPages.site
|
122
122
|
when "CL" then "70281686"
|
123
|
-
when "BR" then "
|
123
|
+
when "BR" then "62655440471"
|
124
124
|
else "32456324"
|
125
125
|
end
|
126
126
|
documento_titular_tarjeta_element.set number
|
@@ -146,7 +146,7 @@ module NewCheckout
|
|
146
146
|
if documento_titular_tarjeta_element.present?
|
147
147
|
number = case AllPages.site
|
148
148
|
when "CL" then "70281686"
|
149
|
-
when "BR" then "
|
149
|
+
when "BR" then "62655440471"
|
150
150
|
else "32456324"
|
151
151
|
end
|
152
152
|
documento_titular_tarjeta_element.set number
|
@@ -168,7 +168,7 @@ module NewCheckout
|
|
168
168
|
tipo_titular_tarjeta_value = "PERSON" if tipo_titular_tarjeta_element.present?
|
169
169
|
nombre_titular_tarjeta_element.set "Martin qa diez"
|
170
170
|
if documento_titular_tarjeta_element.present?
|
171
|
-
documento_titular_tarjeta_element.set "
|
171
|
+
documento_titular_tarjeta_element.set "62655440471"
|
172
172
|
end
|
173
173
|
sexo_titular_tarjeta_element.select_value "MALE" if sexo_titular_tarjeta_element.present?
|
174
174
|
self.cargar_datos_extras_de_tarjeta
|
@@ -337,7 +337,7 @@ module NewCheckout
|
|
337
337
|
opciones_debito_element.select("Visa Electron")
|
338
338
|
opciones_bancos_debito_element.select("Banco Santander S.A.")
|
339
339
|
nombre_titular_tarjeta_debito_element.set("Martin qa diez")
|
340
|
-
documento_titular_tarjeta_debito_element.set("
|
340
|
+
documento_titular_tarjeta_debito_element.set("62655440471")
|
341
341
|
end
|
342
342
|
|
343
343
|
end
|
@@ -109,7 +109,7 @@ class AllPages
|
|
109
109
|
when 'FSM' then "fsm-search=beta|fsm-retrieve=beta|fsm-cheapest=beta|location-requirements=beta"
|
110
110
|
when 'VITO' then "vito-search=beta|vito-no-search=beta"
|
111
111
|
when 'CHAS' then "chas-flight=beta"
|
112
|
-
when 'CHASCOND' then "chas-
|
112
|
+
when 'CHASCOND' then "chas-cond=beta"
|
113
113
|
when 'DEBASE' then "flights-dbs-new=flights-dbs-new-b"
|
114
114
|
when 'PRISM' then "flights-dbs-new=beta|prism=beta"
|
115
115
|
when 'NIBBLER' then "nibbler=beta"
|
data/features/support/version.rb
CHANGED
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.
|
4
|
+
version: 2.4.61
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-03-
|
11
|
+
date: 2016-03-28 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|