flights_gui_tests 2.4.10 → 2.4.11
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 +4 -4
- data/features/support/modules/checkout/new_checkout/datos_de_facturacion.rb +17 -17
- data/features/support/pages/results/search_page.rb +4 -4
- data/features/support/version.rb +1 -1
- data/features/tests/results/errors.feature +1 -1
- data/features/tests/results/orders.feature +0 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 06fe22fde4bdf1c5105ebfb5fd32c950a3676d2c
|
|
4
|
+
data.tar.gz: 51f4eb53736e1efc614fb580c675fd59d527f453
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ce3a957ff9ffe736f9c2797fcc37acfaca4406af3be8182f922ecc04440ba51fe8d9e61deb505452536816d6ff8955da86c25293702233e871d232284c79e13a
|
|
7
|
+
data.tar.gz: 676c9dbae381f3dbff754f81f45e8c77b4d1aadcd80d0d09d93389ed023f0d02fc6e6f5b15adcf5831c5a37e5d25c5a5b5bf75c1e03927857c294431d16cf9cd
|
|
@@ -52,23 +52,23 @@ module NewCheckout
|
|
|
52
52
|
end
|
|
53
53
|
|
|
54
54
|
def cargar_datos_facturacion_br
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
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("71111234")
|
|
69
|
+
numero_facturacion_element.set("123")
|
|
70
|
+
piso_facturacion_element.set("1")
|
|
71
|
+
departamento_facturacion_element.set("1")
|
|
72
72
|
end
|
|
73
73
|
|
|
74
74
|
def cargar_datos_facturacion_pe
|
|
@@ -91,11 +91,11 @@ module Results
|
|
|
91
91
|
end
|
|
92
92
|
|
|
93
93
|
def get_results_search_service(type="TOTALFARE")
|
|
94
|
-
if $HENRY_PARAMS["streaming"]
|
|
94
|
+
#if $HENRY_PARAMS["streaming"]
|
|
95
95
|
self.get_results_search_service_streaming(type)
|
|
96
|
-
else
|
|
97
|
-
|
|
98
|
-
end
|
|
96
|
+
#else
|
|
97
|
+
# JSON.parse(self.manage_data.get_results_search_service(type))
|
|
98
|
+
#end
|
|
99
99
|
end
|
|
100
100
|
|
|
101
101
|
def get_results_search_service_streaming(type="TOTALFARE")
|
data/features/support/version.rb
CHANGED
|
@@ -10,7 +10,7 @@ Característica: results.errors
|
|
|
10
10
|
Cuando realizo la busqueda
|
|
11
11
|
Entonces verifico que la pagina no rompa
|
|
12
12
|
Cuando espero que termine de cargar la pagina de resultados
|
|
13
|
-
|
|
13
|
+
#Entonces si el site es "PE", ingreso a resultados con cookie "useSbox" al "29"
|
|
14
14
|
Entonces verifico que traiga resultados
|
|
15
15
|
Cuando ingreso bebes de mas
|
|
16
16
|
Entonces verifico mensaje de error "cada bebe debe viajar acompanado por un adulto|cada bebe devera viajar acompanhado por um adulto|every infant must travel with an adult"
|
|
@@ -10,7 +10,6 @@ Característica: results.orders
|
|
|
10
10
|
Cuando realizo la busqueda
|
|
11
11
|
Entonces verifico que la pagina no rompa
|
|
12
12
|
Cuando espero que termine de cargar la pagina de resultados
|
|
13
|
-
Cuando si pruebo streaming, ingreso a resultados streaming
|
|
14
13
|
Entonces ingreso a resultados con cookie "defaultSortingStrategy" al "50"
|
|
15
14
|
Entonces verifico que traiga resultados
|
|
16
15
|
Cuando ordeno por "<order>"
|
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.11
|
|
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-
|
|
11
|
+
date: 2015-12-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|