flights_gui_tests 2.1.8 → 2.1.9
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/step_definitions/checkout/price_jump_steps.rb +1 -1
- data/features/step_definitions/results/basefare_steps.rb +5 -1
- data/features/support/version.rb +1 -1
- data/features/tests/checkout/book_ok.feature +1 -1
- data/features/tests/checkout/price_jump.feature +1 -1
- data/features/tests/results/itineraries.feature +1 -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: 2615808ebb4cccbef47561427d110817429f5afd
|
|
4
|
+
data.tar.gz: 0ec6d9ded10f610b4622153365824934f02730e6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b3fdbbdfecb09c0823d9854d4960588497535058cf379ed4a674a2b95ccd55062ea1864d6bfa6302c1071eec4c99232ebe52155c1f009dbc30ba2005244a10d
|
|
7
|
+
data.tar.gz: 2884618753d163ded6fa022451a30da82b0ec8d93a791f4fb47b720cf31d19e348fc490ef996bbfc2e962f57ad3eb53946377bc01e894cff3d73b09a6f313529
|
|
@@ -34,7 +34,7 @@ end
|
|
|
34
34
|
|
|
35
35
|
Y(/^espero que cargue las preguntas de riesgo$/) do
|
|
36
36
|
begin
|
|
37
|
-
Watir::Wait.until(timeout=300){(@page.seccion_preguntas_riesgo_element.present?) or @page.checkout_id_element.present?}
|
|
37
|
+
Watir::Wait.until(timeout=300){(@page.seccion_preguntas_riesgo_element.present?) or @page.checkout_id_element.present? or @page.desglose_gracias_element.present?}
|
|
38
38
|
rescue Watir::Wait::TimeoutError
|
|
39
39
|
|
|
40
40
|
end
|
|
@@ -21,7 +21,11 @@ Entonces(/^(?:verifico|valido) las ociones de ordenamiento$/) do
|
|
|
21
21
|
end
|
|
22
22
|
options.should include?('FARE_ASCENDING')
|
|
23
23
|
options.should include?('STOPSCOUNT_ASCENDING')
|
|
24
|
-
|
|
24
|
+
if AllPages.site == 'CO'
|
|
25
|
+
options.should include?('TOTAL_FARE_YIELD_ASCENDING')
|
|
26
|
+
else
|
|
27
|
+
options.should include?('TOTALFARE_ASCENDING')
|
|
28
|
+
end
|
|
25
29
|
options.should include?('DURATION_ASCENDING')
|
|
26
30
|
options.should include?('PERSONAL_ASCENDING')
|
|
27
31
|
options.should_not include?('FLIGHTCLASS_ASCENDING')
|
data/features/support/version.rb
CHANGED
|
@@ -16,7 +16,7 @@ Característica: checkout.book_ok
|
|
|
16
16
|
Entonces verifico que la pagina no rompa
|
|
17
17
|
Y espero que termine de cargar la pagina de checkout
|
|
18
18
|
Y verifico que ingrese al checkout
|
|
19
|
-
Cuando ingreso al checkout con cookie "showNewThanks" al "
|
|
19
|
+
Cuando ingreso al checkout con cookie "showNewThanks" al "1"
|
|
20
20
|
Entonces si existe la opcion de cobertura, elijo "no_chequear" si quiero cobertura
|
|
21
21
|
Y valido los valores del desglose del checkout
|
|
22
22
|
Y verifico el pixel de Efrontier
|
|
@@ -126,7 +126,7 @@ Característica: checkout.price_jump
|
|
|
126
126
|
Entonces verifico que la pagina no rompa
|
|
127
127
|
Y espero que termine de cargar la pagina de checkout
|
|
128
128
|
Y verifico que ingrese al checkout
|
|
129
|
-
|
|
129
|
+
Y ingreso al checkout con cookie "priceDifferenceType" al "1"
|
|
130
130
|
Entonces cargo los pasajeros
|
|
131
131
|
Y cargo los datos de la tarjeta
|
|
132
132
|
Y elijo mas de una cuota con intereses
|
|
@@ -13,7 +13,7 @@ Característica: results.itineraries
|
|
|
13
13
|
Cuando si pruebo streaming, ingreso a resultados streaming
|
|
14
14
|
Entonces verifico que traiga resultados
|
|
15
15
|
Cuando si el site es "MX|AR", verifico el ordenamiento premium economy
|
|
16
|
-
Cuando ordeno por "TOTALFARE_ASCENDING"
|
|
16
|
+
Cuando si el site no es "CO", ordeno por "TOTALFARE_ASCENDING"
|
|
17
17
|
Cuando espero que termine de cargar la pagina de resultados
|
|
18
18
|
Y cierro popups
|
|
19
19
|
Entonces recorro y verifico cada itinerario
|
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.1.
|
|
4
|
+
version: 2.1.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-
|
|
11
|
+
date: 2015-07-01 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|