flights_gui_tests 1.9.5 → 1.9.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/features/step_definitions/checkout/checkout_steps.rb +8 -0
- data/features/step_definitions/checkout/load_steps.rb +1 -0
- data/features/support/pages/all_pages.rb +2 -4
- data/features/support/version.rb +1 -1
- data/features/tests/{results → black_list}/busquedas_promo.feature +0 -0
- data/features/tests/{results/two_oneway.feature → black_list/two_oneway_r.feature} +0 -0
- data/features/tests/{results → black_list}/wish_list.feature +0 -0
- data/features/tests/checkout/book_ok.feature +1 -0
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8de5bc58a88df84d1669df487796b6cb56bdb386
|
4
|
+
data.tar.gz: 1ce76d9214466de5afe867def016c4e12442af0c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3fa7e05e0b59abc4de5544149555ed0937a6d33a7978056bc5d327cb73d632bda909d35f7ea0f2158eb3f849b9e38d1545bf4289077ebc3ce51866a5e5f5a690
|
7
|
+
data.tar.gz: 2b3ff9f5c039c7b308a2eb598088e0558ee2b3ab9344d8974ff50f4d3292904e8392a3b0bc7353c03518957978bc67ac4b1d2c1bc4a5f0fe93df0ef32c99f3b2
|
@@ -15,6 +15,7 @@ Entonces(/^elijo un itinerario del popup de no disponibilidad$/) do
|
|
15
15
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
16
16
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
17
17
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
18
|
+
step "cierro popups"
|
18
19
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
19
20
|
step "verifico que ingrese al checkout"
|
20
21
|
step "verifico que la pagina no rompa"
|
@@ -33,6 +34,7 @@ Entonces(/^elijo un itinerario last minute del popup de no disponibilidad$/) do
|
|
33
34
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
34
35
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
35
36
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
37
|
+
step "cierro popups"
|
36
38
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
37
39
|
step "verifico que ingrese al checkout"
|
38
40
|
step "verifico que la pagina no rompa"
|
@@ -50,6 +52,7 @@ Entonces(/^elijo un itinerario para reserva CAC del popup de no disponibilidad$/
|
|
50
52
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
51
53
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
52
54
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
55
|
+
step "cierro popups"
|
53
56
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
54
57
|
step "verifico que ingrese al checkout"
|
55
58
|
step "verifico que la pagina no rompa"
|
@@ -68,6 +71,7 @@ Entonces(/^elijo un itinerario para fast checkout del popup de no disponibilidad
|
|
68
71
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
69
72
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
70
73
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
74
|
+
step "cierro popups"
|
71
75
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
72
76
|
step "verifico que ingrese al checkout"
|
73
77
|
step "verifico que la pagina no rompa"
|
@@ -86,6 +90,7 @@ Entonces(/^elijo un itinerario para checkout de nuevas formas de pago del popup
|
|
86
90
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
87
91
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
88
92
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
93
|
+
step "cierro popups"
|
89
94
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
90
95
|
step "verifico que ingrese al checkout"
|
91
96
|
step "verifico que la pagina no rompa"
|
@@ -104,6 +109,7 @@ Entonces(/^elijo un itinerario para pago online del popup de no disponibilidad$/
|
|
104
109
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
105
110
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
106
111
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
112
|
+
step "cierro popups"
|
107
113
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
108
114
|
step "verifico que ingrese al checkout"
|
109
115
|
step "verifico que la pagina no rompa"
|
@@ -122,6 +128,7 @@ Entonces(/^elijo un itinerario para pago por deposito del popup de no disponibil
|
|
122
128
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
123
129
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
124
130
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
131
|
+
step "cierro popups"
|
125
132
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
126
133
|
step "verifico que ingrese al checkout"
|
127
134
|
step "verifico que la pagina no rompa"
|
@@ -140,6 +147,7 @@ Entonces(/^elijo un itinerario braspag del popup de no disponibilidad$/) do
|
|
140
147
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
141
148
|
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
142
149
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
150
|
+
step "cierro popups"
|
143
151
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
144
152
|
step "verifico que ingrese al checkout"
|
145
153
|
step "verifico que la pagina no rompa"
|
@@ -103,6 +103,7 @@ Cuando(/^ingreso al checkout con cookie "(.*?)" al "(.*?)"/) do |name,value|
|
|
103
103
|
step "verifico que la pagina no rompa"
|
104
104
|
step "espero que termine de cargar la pagina de checkout"
|
105
105
|
step "verifico que ingrese al checkout"
|
106
|
+
puts @page.abtesting
|
106
107
|
end
|
107
108
|
|
108
109
|
Cuando(/^seteo el checkout a ingresar$/) do
|
@@ -87,7 +87,8 @@ class AllPages
|
|
87
87
|
when 'RESULTS' then "results-f-gui=beta"
|
88
88
|
when 'CHECKOUT' then "chkf-app=beta"
|
89
89
|
when 'LANDING' then "landing-f-gui=beta"
|
90
|
-
when 'FSM' then "fsm-search=beta|fsm-retrieve=beta|fsm-cheapest=beta"
|
90
|
+
when 'FSM' then "fsm-search=beta|fsm-retrieve=beta|fsm-cheapest=beta|location-requirements=beta"
|
91
|
+
when 'VITO' then "vito-search=beta|vito-no-search=beta"
|
91
92
|
when 'CHAS' then "chas-flight=beta"
|
92
93
|
when 'DEBASE' then "flights-dbs-new=flights-dbs-new-b"
|
93
94
|
when 'PRISM' then "flights-dbs-new=beta|prism=beta"
|
@@ -95,9 +96,6 @@ class AllPages
|
|
95
96
|
when 'CHASIC' then "chas-flight=chas-flight-ci"
|
96
97
|
when 'CHASALPHA' then "chas-flight=alpha"
|
97
98
|
when 'IIBB' then "local-taxes=beta"
|
98
|
-
when 'VITO' then "vito-search=beta"
|
99
|
-
when 'VITONOSEARCH' then "vito-no-search=beta"
|
100
|
-
when 'FSMRETRIEVE' then "fsm-retrieve=beta"
|
101
99
|
end
|
102
100
|
end
|
103
101
|
|
data/features/support/version.rb
CHANGED
File without changes
|
File without changes
|
File without changes
|
@@ -16,6 +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
|
+
#Y ingreso al checkout con cookie "useNewBookingProvider" al "0"
|
19
20
|
Y valido los valores del desglose del checkout
|
20
21
|
Y valido que no se muestre la leyenda de seguro gratis en el desglose
|
21
22
|
Y si el site es "AR", verifico el tag de remarketing de facebook
|
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: 1.9.
|
4
|
+
version: 1.9.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-06-
|
11
|
+
date: 2015-06-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|
@@ -347,11 +347,14 @@ files:
|
|
347
347
|
- features/support/pages/results/search_page.rb
|
348
348
|
- features/support/pages/thanks/thanks_page.rb
|
349
349
|
- features/support/version.rb
|
350
|
+
- features/tests/black_list/busquedas_promo.feature
|
350
351
|
- features/tests/black_list/cash_payment.feature
|
351
352
|
- features/tests/black_list/compras_duplicadas.feature
|
352
353
|
- features/tests/black_list/cupones.feature
|
353
354
|
- features/tests/black_list/online_payment.feature
|
354
355
|
- features/tests/black_list/two_oneway.feature
|
356
|
+
- features/tests/black_list/two_oneway_r.feature
|
357
|
+
- features/tests/black_list/wish_list.feature
|
355
358
|
- features/tests/checkout/book_ok.feature
|
356
359
|
- features/tests/checkout/braspag.feature
|
357
360
|
- features/tests/checkout/cac.feature
|
@@ -379,7 +382,6 @@ files:
|
|
379
382
|
- features/tests/landing/sort.feature
|
380
383
|
- features/tests/landing/tags.feature
|
381
384
|
- features/tests/results/basefare.feature
|
382
|
-
- features/tests/results/busquedas_promo.feature
|
383
385
|
- features/tests/results/desambiguation/airports.feature
|
384
386
|
- features/tests/results/desambiguation/city.feature
|
385
387
|
- features/tests/results/errors.feature
|
@@ -393,8 +395,6 @@ files:
|
|
393
395
|
- features/tests/results/recommendation.feature
|
394
396
|
- features/tests/results/reviews_airlines.feature
|
395
397
|
- features/tests/results/search.feature
|
396
|
-
- features/tests/results/two_oneway.feature
|
397
|
-
- features/tests/results/wish_list.feature
|
398
398
|
- flights_gui_tests.gemspec
|
399
399
|
- henry-context.yml
|
400
400
|
homepage:
|