flights_gui_tests 0.1.7 → 0.1.8
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/load_steps.rb +1 -0
- data/features/step_definitions/tags_steps.rb +1 -1
- data/features/tests/checkout/book_ok.feature +52 -17
- data/features/tests/checkout/compras_duplicadas.feature +50 -17
- data/features/tests/checkout/error_messages.feature +37 -13
- data/features/tests/checkout/fast_checkout.feature +44 -13
- data/features/tests/checkout/low_cost.feature +0 -1
- data/features/tests/checkout/price_jump.feature +51 -6
- data/flights_gui_tests.gemspec +1 -1
- data/henry-context.yml +129 -206
- metadata +2 -3
- data/features/tests/checkout/book_ok_br.feature +0 -56
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 83a2f72824b25ea40eb6cbee35367f340ef9c018
|
|
4
|
+
data.tar.gz: d255664eecfc21b89faa3e0cad08822c3027baff
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3126e8cdc5fc2a7a414eac10c7341245dee57db4b5e23ff0aa22b2a1a10bab9a83d34ba43d26e9dac282ea92842e68b408b268982db21b1573ebe8db6780bf5
|
|
7
|
+
data.tar.gz: b61e2f0a91688e8e182f3980ec7f5a5fc22fedac1261dcb5365502778ba7263a1aea6d65765068756bcabfd1e2e7fece7fc175b2e5ad91a62df4276fa3928ccb
|
|
@@ -61,6 +61,7 @@ Cuando(/^ingreso al checkout con cookie "(.*?)" al "(.*?)"/) do |name,value|
|
|
|
61
61
|
step "fuerzo el abztesting de \"#{name}\" al \"#{value}\""
|
|
62
62
|
@page.volver
|
|
63
63
|
@page = Results::SearchPage.new($browser)
|
|
64
|
+
step "verifico que la pagina no rompa"
|
|
64
65
|
step "espero que termine de cargar la pagina de resultados"
|
|
65
66
|
step "elijo un itinerario y paso a checkout"
|
|
66
67
|
step "verifico que la pagina no rompa"
|
|
@@ -130,7 +130,7 @@ end
|
|
|
130
130
|
Y(/^verifico el pixel de Efrontier$/) do
|
|
131
131
|
doc = Hpricot.parse(@page.html)
|
|
132
132
|
doc.inner_html.should match("INITIAL_PIXELS")
|
|
133
|
-
doc.inner_html.should match("ASYNC_PIXELS")
|
|
133
|
+
#doc.inner_html.should match("ASYNC_PIXELS")
|
|
134
134
|
end
|
|
135
135
|
|
|
136
136
|
Y(/^verifico el pixel de trackeame en checkout$/) do
|
|
@@ -13,7 +13,6 @@ Característica: checkout.book_ok
|
|
|
13
13
|
Entonces verifico que la pagina no rompa
|
|
14
14
|
Y espero que termine de cargar la pagina de checkout
|
|
15
15
|
Y verifico que ingrese al checkout
|
|
16
|
-
Cuando si el site es "BR", ingreso al checkout con cookie "showNewPaymentType" al "85"
|
|
17
16
|
Y valido los valores del desglose del checkout
|
|
18
17
|
Y verifico el pixel de Efrontier
|
|
19
18
|
Y verifico el pixel de trackeame en checkout
|
|
@@ -54,21 +53,6 @@ Característica: checkout.book_ok
|
|
|
54
53
|
Ejemplos:
|
|
55
54
|
|pais|tipo|cabotage|
|
|
56
55
|
|AR |multipledestinations|nil|
|
|
57
|
-
@br
|
|
58
|
-
@roundtrip
|
|
59
|
-
Ejemplos:
|
|
60
|
-
|pais|tipo|cabotage|
|
|
61
|
-
|BR |roundtrip|nil|
|
|
62
|
-
@br
|
|
63
|
-
@oneway
|
|
64
|
-
Ejemplos:
|
|
65
|
-
|pais|tipo|cabotage|
|
|
66
|
-
|BR |oneway|true|
|
|
67
|
-
@br
|
|
68
|
-
@multipledestinations
|
|
69
|
-
Ejemplos:
|
|
70
|
-
|pais|tipo|cabotage|
|
|
71
|
-
|BR |multipledestinations|nil|
|
|
72
56
|
@co
|
|
73
57
|
@roundtrip
|
|
74
58
|
Ejemplos:
|
|
@@ -218,4 +202,55 @@ Característica: checkout.book_ok
|
|
|
218
202
|
@multipledestinations
|
|
219
203
|
Ejemplos:
|
|
220
204
|
|pais|tipo|cabotage|
|
|
221
|
-
|VE |multipledestinations|nil|
|
|
205
|
+
|VE |multipledestinations|nil|
|
|
206
|
+
|
|
207
|
+
@book_ok
|
|
208
|
+
Esquema del escenario: Se verifica que se pueda realizar una compra correctamente, validando que los valores a travez del flujo sean correctos y se mantengan a travez del mismo [REGRESION].
|
|
209
|
+
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
210
|
+
Entonces verifico que la pagina no rompa
|
|
211
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
212
|
+
Entonces verifico que traiga resultados
|
|
213
|
+
Cuando elijo un itinerario y paso a checkout
|
|
214
|
+
Cuando espero que termine de cargar la pagina de checkout
|
|
215
|
+
Entonces verifico que ingrese al checkout
|
|
216
|
+
Y verifico que la pagina no rompa
|
|
217
|
+
Entonces valido los valores del desglose del checkout
|
|
218
|
+
Y verifico el pixel de Efrontier
|
|
219
|
+
Y verifico el pixel de trackeame en checkout
|
|
220
|
+
Y si el site es "AR", verifico el tag de remarketing de facebook
|
|
221
|
+
Entonces verifico que los precios de las formas de pago nueva se muestren correctamente
|
|
222
|
+
Y verifico que se muestren la caja de clientes felices
|
|
223
|
+
Entonces cargo los pasajeros
|
|
224
|
+
Y cargo los datos de la tarjeta en el nuevo formulario
|
|
225
|
+
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
226
|
+
Y cargo los datos de contacto
|
|
227
|
+
Y verifico que los datos cargados sean mostrados correctamente al lado del boton comprar
|
|
228
|
+
Cuando acepto y compro
|
|
229
|
+
Entonces espero que termine el pedido de compra
|
|
230
|
+
Y verifico si no trae errores
|
|
231
|
+
Entonces si aparece el popup de no disponibilidad, elijo un itinerario para checkout de nuevas formas de pago del popup de no disponibilidad
|
|
232
|
+
Entonces espero que termine de cargar la pagina de gracias
|
|
233
|
+
Y verifico que ingrese a la pagina de gracias
|
|
234
|
+
Y verifico el link de mi despegar
|
|
235
|
+
Y verifico el popup de asistencia al viajero
|
|
236
|
+
Y verifico los datos del vuelo comprado
|
|
237
|
+
Y verifico los valores del desglose en gracias contra los del checkout
|
|
238
|
+
Y verifico el tag de datalayer
|
|
239
|
+
Y verifico el pixel de Efrontier
|
|
240
|
+
Y si el site es "BR", verifico el pixel de doubleclick
|
|
241
|
+
|
|
242
|
+
@br
|
|
243
|
+
@roundtrip
|
|
244
|
+
Ejemplos:
|
|
245
|
+
|pais|tipo|cabotage|
|
|
246
|
+
|BR |roundtrip|nil|
|
|
247
|
+
@br
|
|
248
|
+
@oneway
|
|
249
|
+
Ejemplos:
|
|
250
|
+
|pais|tipo|cabotage|
|
|
251
|
+
|BR |oneway|true|
|
|
252
|
+
@br
|
|
253
|
+
@multipledestinations
|
|
254
|
+
Ejemplos:
|
|
255
|
+
|pais|tipo|cabotage|
|
|
256
|
+
|BR |multipledestinations|nil|
|
|
@@ -13,7 +13,6 @@ Característica: checkout.compra_duplicada
|
|
|
13
13
|
Entonces verifico que la pagina no rompa
|
|
14
14
|
Y espero que termine de cargar la pagina de checkout
|
|
15
15
|
Y verifico que ingrese al checkout
|
|
16
|
-
Cuando si el site es "BR", ingreso al checkout con cookie "showNewPaymentType" al "85"
|
|
17
16
|
Entonces cargo los pasajeros
|
|
18
17
|
Y cargo los datos de la tarjeta
|
|
19
18
|
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
@@ -52,21 +51,6 @@ Característica: checkout.compra_duplicada
|
|
|
52
51
|
Ejemplos:
|
|
53
52
|
|pais|tipo|cabotage|
|
|
54
53
|
|AR |multipledestinations|nil|
|
|
55
|
-
@br
|
|
56
|
-
@roundtrip
|
|
57
|
-
Ejemplos:
|
|
58
|
-
|pais|tipo|cabotage|
|
|
59
|
-
|BR |roundtrip|true|
|
|
60
|
-
@br
|
|
61
|
-
@oneway
|
|
62
|
-
Ejemplos:
|
|
63
|
-
|pais|tipo|cabotage|
|
|
64
|
-
|BR |oneway|true|
|
|
65
|
-
@br
|
|
66
|
-
@multipledestinations
|
|
67
|
-
Ejemplos:
|
|
68
|
-
|pais|tipo|cabotage|
|
|
69
|
-
|BR |multipledestinations|true|
|
|
70
54
|
@mx
|
|
71
55
|
@roundtrip
|
|
72
56
|
Ejemplos:
|
|
@@ -96,4 +80,53 @@ Característica: checkout.compra_duplicada
|
|
|
96
80
|
@multipledestinations
|
|
97
81
|
Ejemplos:
|
|
98
82
|
|pais|tipo|cabotage|
|
|
99
|
-
|US |multipledestinations|nil|
|
|
83
|
+
|US |multipledestinations|nil|
|
|
84
|
+
|
|
85
|
+
@compra_duplicada
|
|
86
|
+
Esquema del escenario: Se ingresa a un checkout ya utilizado.
|
|
87
|
+
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
88
|
+
Entonces verifico que la pagina no rompa
|
|
89
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
90
|
+
Entonces verifico que traiga resultados
|
|
91
|
+
Cuando elijo un itinerario y paso a checkout
|
|
92
|
+
Entonces verifico que la pagina no rompa
|
|
93
|
+
Y espero que termine de cargar la pagina de checkout
|
|
94
|
+
Y verifico que ingrese al checkout
|
|
95
|
+
Entonces cargo los pasajeros
|
|
96
|
+
Y cargo los datos de la tarjeta en el nuevo formulario
|
|
97
|
+
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
98
|
+
Y cargo los datos de contacto
|
|
99
|
+
Cuando acepto y compro
|
|
100
|
+
Entonces espero que termine el pedido de compra
|
|
101
|
+
Y verifico si no trae errores
|
|
102
|
+
Entonces si aparece el popup de no disponibilidad, elijo un itinerario del popup de no disponibilidad
|
|
103
|
+
Entonces espero que termine de cargar la pagina de gracias
|
|
104
|
+
Y verifico que ingrese a la pagina de gracias
|
|
105
|
+
Y verifico el popup de asistencia al viajero
|
|
106
|
+
Entonces vuelvo a la pagina de resultados original
|
|
107
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
108
|
+
Entonces verifico que traiga resultados
|
|
109
|
+
Cuando elijo un itinerario y paso a checkout
|
|
110
|
+
Y verifico que se muestre el popup de compra duplicada
|
|
111
|
+
Y elijo comprar el vuelo
|
|
112
|
+
Entonces verifico que ingrese al checkout
|
|
113
|
+
Y refresco la pagina
|
|
114
|
+
Y verifico que se muestre el popup de compra duplicada
|
|
115
|
+
Y elijo no comprar el vuelo
|
|
116
|
+
Entonces verifico que dirija a la home
|
|
117
|
+
|
|
118
|
+
@br
|
|
119
|
+
@roundtrip
|
|
120
|
+
Ejemplos:
|
|
121
|
+
|pais|tipo|cabotage|
|
|
122
|
+
|BR |roundtrip|true|
|
|
123
|
+
@br
|
|
124
|
+
@oneway
|
|
125
|
+
Ejemplos:
|
|
126
|
+
|pais|tipo|cabotage|
|
|
127
|
+
|BR |oneway|true|
|
|
128
|
+
@br
|
|
129
|
+
@multipledestinations
|
|
130
|
+
Ejemplos:
|
|
131
|
+
|pais|tipo|cabotage|
|
|
132
|
+
|BR |multipledestinations|true|
|
|
@@ -13,7 +13,6 @@ Característica: checkout.error_messages
|
|
|
13
13
|
Entonces verifico que la pagina no rompa
|
|
14
14
|
Y espero que termine de cargar la pagina de checkout
|
|
15
15
|
Y verifico que ingrese al checkout
|
|
16
|
-
Cuando si el site es "BR", ingreso al checkout con cookie "showNewPaymentType" al "85"
|
|
17
16
|
Y verifico las nacionalidades de los pasajeros
|
|
18
17
|
Y si el site es "AR|MX|PE", verifico que se muestren los campos de factura
|
|
19
18
|
Y si el site es "AR|MX|PE", verifico texto de error de campos de factura vacio
|
|
@@ -53,33 +52,58 @@ Característica: checkout.error_messages
|
|
|
53
52
|
Ejemplos:
|
|
54
53
|
|pais|tipo|cabotage|
|
|
55
54
|
|BR |oneway|true|
|
|
56
|
-
@
|
|
55
|
+
@ve
|
|
57
56
|
@roundtrip
|
|
58
57
|
Ejemplos:
|
|
59
58
|
|pais|tipo|cabotage|
|
|
60
|
-
|
|
|
61
|
-
@
|
|
59
|
+
|VE |roundtrip|nil|
|
|
60
|
+
@ve
|
|
62
61
|
@oneway
|
|
63
62
|
Ejemplos:
|
|
64
63
|
|pais|tipo|cabotage|
|
|
65
|
-
|
|
|
66
|
-
@
|
|
64
|
+
|VE |oneway|nil|
|
|
65
|
+
@ve
|
|
67
66
|
@multipledestinations
|
|
68
67
|
Ejemplos:
|
|
69
68
|
|pais|tipo|cabotage|
|
|
70
|
-
|
|
|
71
|
-
|
|
69
|
+
|VE |multipledestinations|nil|
|
|
70
|
+
|
|
71
|
+
@error_messages
|
|
72
|
+
Esquema del escenario: Se ingresa al checkout y se ingresan datos erroneos y en blanco.
|
|
73
|
+
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
74
|
+
Entonces verifico que la pagina no rompa
|
|
75
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
76
|
+
Entonces verifico que traiga resultados
|
|
77
|
+
Cuando elijo un itinerario y paso a checkout
|
|
78
|
+
Entonces verifico que la pagina no rompa
|
|
79
|
+
Y espero que termine de cargar la pagina de checkout
|
|
80
|
+
Y verifico que ingrese al checkout
|
|
81
|
+
Y verifico las nacionalidades de los pasajeros
|
|
82
|
+
Y si el site es "AR|MX|PE", verifico que se muestren los campos de factura
|
|
83
|
+
Y si el site es "AR|MX|PE", verifico texto de error de campos de factura vacio
|
|
84
|
+
Y si el site es "AR|MX|PE", verifico texto de error de campos de factura con datos erroneos
|
|
85
|
+
Y verifico que se desplieguen las alertas de campos vacios
|
|
86
|
+
Y verifico intentos de compra con datos invalidos
|
|
87
|
+
Y verifico que sean visibles los campos obligatorios
|
|
88
|
+
Y verifico que se desplieguen las alertas de campos con datos invalidos
|
|
89
|
+
Y verifico que se muestre el combo de codigo de telefono de pais
|
|
90
|
+
Entonces cargo los pasajeros
|
|
91
|
+
Y cargo los datos de la tarjeta
|
|
92
|
+
Y si el site es "AR|MX|PE", cargo los datos de facturacion
|
|
93
|
+
Y cargo los datos de contacto
|
|
94
|
+
|
|
95
|
+
@us
|
|
72
96
|
@roundtrip
|
|
73
97
|
Ejemplos:
|
|
74
98
|
|pais|tipo|cabotage|
|
|
75
|
-
|
|
|
76
|
-
@
|
|
99
|
+
|US |roundtrip|nil|
|
|
100
|
+
@us
|
|
77
101
|
@oneway
|
|
78
102
|
Ejemplos:
|
|
79
103
|
|pais|tipo|cabotage|
|
|
80
|
-
|
|
|
81
|
-
@
|
|
104
|
+
|US |oneway|nil|
|
|
105
|
+
@us
|
|
82
106
|
@multipledestinations
|
|
83
107
|
Ejemplos:
|
|
84
108
|
|pais|tipo|cabotage|
|
|
85
|
-
|
|
|
109
|
+
|US |multipledestinations|nil|
|
|
@@ -13,7 +13,6 @@ Característica: checkout.fast_checkout
|
|
|
13
13
|
Entonces verifico que la pagina no rompa
|
|
14
14
|
Y espero que termine de cargar la pagina de checkout
|
|
15
15
|
Y verifico que ingrese al checkout
|
|
16
|
-
Cuando si el site es "BR", ingreso al checkout con cookie "showNewPaymentType" al "85"
|
|
17
16
|
Cuando me logueo como usuario "bookingvuelos@despegar.com" y pass "despegar"
|
|
18
17
|
Cuando verifico que ingrese al checkout
|
|
19
18
|
Entonces verifico que se haya logueado correctamente
|
|
@@ -50,33 +49,65 @@ Característica: checkout.fast_checkout
|
|
|
50
49
|
Ejemplos:
|
|
51
50
|
|pais|tipo|cabotage|
|
|
52
51
|
|AR |multipledestinations|nil|
|
|
53
|
-
@
|
|
52
|
+
@us
|
|
54
53
|
@roundtrip
|
|
55
54
|
Ejemplos:
|
|
56
55
|
|pais|tipo|cabotage|
|
|
57
|
-
|
|
|
58
|
-
@
|
|
56
|
+
|US |roundtrip|nil|
|
|
57
|
+
@us
|
|
59
58
|
@oneway
|
|
60
59
|
Ejemplos:
|
|
61
60
|
|pais|tipo|cabotage|
|
|
62
|
-
|
|
|
63
|
-
@
|
|
61
|
+
|US |oneway|nil|
|
|
62
|
+
@us
|
|
64
63
|
@multipledestinations
|
|
65
64
|
Ejemplos:
|
|
66
65
|
|pais|tipo|cabotage|
|
|
67
|
-
|
|
|
68
|
-
|
|
66
|
+
|US |multipledestinations|nil|
|
|
67
|
+
|
|
68
|
+
@fast_checkout
|
|
69
|
+
Esquema del escenario: Se verifica la correcta carga y funcionamiento de la pagina de checkout con un usario logueado
|
|
70
|
+
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
71
|
+
Entonces verifico que la pagina no rompa
|
|
72
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
73
|
+
Entonces verifico que traiga resultados
|
|
74
|
+
Cuando elijo un itinerario y paso a checkout
|
|
75
|
+
Entonces verifico que la pagina no rompa
|
|
76
|
+
Y espero que termine de cargar la pagina de checkout
|
|
77
|
+
Y verifico que ingrese al checkout
|
|
78
|
+
Cuando me logueo como usuario "bookingvuelos@despegar.com" y pass "despegar"
|
|
79
|
+
Cuando verifico que ingrese al checkout
|
|
80
|
+
Entonces verifico que se haya logueado correctamente
|
|
81
|
+
Y valido los valores del desglose del checkout
|
|
82
|
+
Y verifico el pixel de Efrontier
|
|
83
|
+
Entonces cargo los pasajeros
|
|
84
|
+
Y cargo los datos de la tarjeta en el nuevo formulario
|
|
85
|
+
Y cargo los datos de contacto
|
|
86
|
+
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
87
|
+
Cuando acepto y compro
|
|
88
|
+
Entonces espero que termine el pedido de compra
|
|
89
|
+
Y verifico si no trae errores
|
|
90
|
+
Entonces si aparece el popup de no disponibilidad, elijo un itinerario para fast checkout del popup de no disponibilidad
|
|
91
|
+
Entonces espero que termine de cargar la pagina de gracias
|
|
92
|
+
Y verifico que ingrese a la pagina de gracias
|
|
93
|
+
Y verifico el popup de asistencia al viajero
|
|
94
|
+
Y verifico el link de mi despegar
|
|
95
|
+
Y verifico los datos del vuelo comprado
|
|
96
|
+
Y verifico los valores del desglose en gracias contra los del checkout
|
|
97
|
+
Y verifico el tag de datalayer
|
|
98
|
+
|
|
99
|
+
@br
|
|
69
100
|
@roundtrip
|
|
70
101
|
Ejemplos:
|
|
71
102
|
|pais|tipo|cabotage|
|
|
72
|
-
|
|
|
73
|
-
@
|
|
103
|
+
|BR |roundtrip|nil|
|
|
104
|
+
@br
|
|
74
105
|
@oneway
|
|
75
106
|
Ejemplos:
|
|
76
107
|
|pais|tipo|cabotage|
|
|
77
|
-
|
|
|
78
|
-
@
|
|
108
|
+
|BR |oneway|nil|
|
|
109
|
+
@br
|
|
79
110
|
@multipledestinations
|
|
80
111
|
Ejemplos:
|
|
81
112
|
|pais|tipo|cabotage|
|
|
82
|
-
|
|
|
113
|
+
|BR |multipledestinations|nil|
|
|
@@ -17,7 +17,6 @@ Característica: checkout.low_cost
|
|
|
17
17
|
Entonces verifico que la pagina no rompa
|
|
18
18
|
Y espero que termine de cargar la pagina de checkout
|
|
19
19
|
Y verifico que ingrese al checkout
|
|
20
|
-
Cuando ingreso al checkout con cookie "showNewPaymentType" al "45"
|
|
21
20
|
Y valido los valores del desglose del checkout
|
|
22
21
|
Y verifico el pixel de Efrontier
|
|
23
22
|
Y verifico el pixel de trackeame en checkout
|
|
@@ -53,13 +53,58 @@ Característica: checkout.price_jump
|
|
|
53
53
|
Ejemplos:
|
|
54
54
|
|pais|tipo|cabotage|
|
|
55
55
|
|AR |roundtrip|nil|
|
|
56
|
-
@br
|
|
57
|
-
@oneway
|
|
58
|
-
Ejemplos:
|
|
59
|
-
|pais|tipo|cabotage|
|
|
60
|
-
|BR |oneway|nil|
|
|
61
56
|
@us
|
|
62
57
|
@multipledestinations
|
|
63
58
|
Ejemplos:
|
|
64
59
|
|pais|tipo|cabotage|
|
|
65
|
-
|US |multipledestinations|nil|
|
|
60
|
+
|US |multipledestinations|nil|
|
|
61
|
+
|
|
62
|
+
@price_jump
|
|
63
|
+
Esquema del escenario: Se ingresa al checkout para forzar cambio de precio y validar popup y valores mostrados en checkout y gracias.
|
|
64
|
+
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
65
|
+
Entonces verifico que la pagina no rompa
|
|
66
|
+
Cuando espero que termine de cargar la pagina de resultados
|
|
67
|
+
Entonces verifico que traiga resultados
|
|
68
|
+
Cuando elijo un itinerario y paso a checkout
|
|
69
|
+
Entonces verifico que la pagina no rompa
|
|
70
|
+
Y espero que termine de cargar la pagina de checkout
|
|
71
|
+
Y verifico que ingrese al checkout
|
|
72
|
+
Entonces cargo los pasajeros
|
|
73
|
+
Y cargo los datos de la tarjeta en el nuevo formulario
|
|
74
|
+
Y elijo mas de una cuota con intereses
|
|
75
|
+
Y si existe la opcion de cobertura, elijo "no_chequear" si quiero cobertura
|
|
76
|
+
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
77
|
+
Y cargo los datos de contacto
|
|
78
|
+
Y completo el mail de contacto para forzar cambio de precio
|
|
79
|
+
Cuando acepto y compro
|
|
80
|
+
Cuando espero que cargue el popup de cambio de precio
|
|
81
|
+
Entonces verifico el popup de cambio de precio
|
|
82
|
+
Y elijo otro vuelo por el que cambio de vuelo
|
|
83
|
+
Cuando espero que termine de cargar la pagina de checkout
|
|
84
|
+
Entonces si el checkout me pide mas datos de tarjeta, cargo los datos de la tarjeta
|
|
85
|
+
Entonces si aparece el popup de no disponibilidad, elijo otro itinerario
|
|
86
|
+
Y elijo mas de una cuota con intereses
|
|
87
|
+
Y completo el mail de contacto para forzar cambio de precio
|
|
88
|
+
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
89
|
+
Cuando acepto y compro
|
|
90
|
+
Cuando espero que cargue el popup de cambio de precio
|
|
91
|
+
Entonces verifico el popup de cambio de precio
|
|
92
|
+
Y elijo el mismo vuelo que cambio de precio
|
|
93
|
+
Y espero que cargue las preguntas de riesgo
|
|
94
|
+
Y si se muestran las preguntas de riesgo, completo las preguntas de riesgo
|
|
95
|
+
Entonces espero que termine el pedido de compra
|
|
96
|
+
Y verifico si no trae errores
|
|
97
|
+
Entonces si aparece el popup de no disponibilidad, elijo un itinerario del popup de no disponibilidad
|
|
98
|
+
Entonces espero que termine de cargar la pagina de gracias
|
|
99
|
+
Y verifico que ingrese a la pagina de gracias
|
|
100
|
+
Y verifico el popup de asistencia al viajero
|
|
101
|
+
Y verifico el link de mi despegar
|
|
102
|
+
Y verifico los datos del vuelo comprado
|
|
103
|
+
Y verifico que el nuevo precio final sea el correcto
|
|
104
|
+
Y verifico el tag de datalayer
|
|
105
|
+
|
|
106
|
+
@br
|
|
107
|
+
@oneway
|
|
108
|
+
Ejemplos:
|
|
109
|
+
|pais|tipo|cabotage|
|
|
110
|
+
|BR |oneway|nil|
|
data/flights_gui_tests.gemspec
CHANGED
|
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
|
|
|
14
14
|
|
|
15
15
|
gem.require_paths = ["lib"] # Usualmente es solo lib -> ["lib"]
|
|
16
16
|
|
|
17
|
-
gem.version = '0.1.
|
|
17
|
+
gem.version = '0.1.8' # La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
|
18
18
|
|
|
19
19
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
|
20
20
|
gem.add_dependency('page-object')
|
data/henry-context.yml
CHANGED
|
@@ -9665,13 +9665,13 @@ tasks:
|
|
|
9665
9665
|
recipients:
|
|
9666
9666
|
- estebanldh@gmail.com
|
|
9667
9667
|
- nsimean@despegar.com
|
|
9668
|
-
- name: checkout.error_messages.
|
|
9668
|
+
- name: checkout.error_messages.ve
|
|
9669
9669
|
class_name: Henry::Task::CucumberTask
|
|
9670
9670
|
options:
|
|
9671
9671
|
tags:
|
|
9672
9672
|
- checkout
|
|
9673
9673
|
- error_messages
|
|
9674
|
-
-
|
|
9674
|
+
- ve
|
|
9675
9675
|
expand: true
|
|
9676
9676
|
no-source: true
|
|
9677
9677
|
reports:
|
|
@@ -9680,13 +9680,13 @@ tasks:
|
|
|
9680
9680
|
recipients:
|
|
9681
9681
|
- estebanldh@gmail.com
|
|
9682
9682
|
- nsimean@despegar.com
|
|
9683
|
-
- name: checkout.error_messages.
|
|
9683
|
+
- name: checkout.error_messages.ve.roundtrip
|
|
9684
9684
|
class_name: Henry::Task::CucumberTask
|
|
9685
9685
|
options:
|
|
9686
9686
|
tags:
|
|
9687
9687
|
- checkout
|
|
9688
9688
|
- error_messages
|
|
9689
|
-
-
|
|
9689
|
+
- ve
|
|
9690
9690
|
- roundtrip
|
|
9691
9691
|
expand: true
|
|
9692
9692
|
no-source: true
|
|
@@ -9696,13 +9696,13 @@ tasks:
|
|
|
9696
9696
|
recipients:
|
|
9697
9697
|
- estebanldh@gmail.com
|
|
9698
9698
|
- nsimean@despegar.com
|
|
9699
|
-
- name: checkout.error_messages.
|
|
9699
|
+
- name: checkout.error_messages.ve.oneway
|
|
9700
9700
|
class_name: Henry::Task::CucumberTask
|
|
9701
9701
|
options:
|
|
9702
9702
|
tags:
|
|
9703
9703
|
- checkout
|
|
9704
9704
|
- error_messages
|
|
9705
|
-
-
|
|
9705
|
+
- ve
|
|
9706
9706
|
- oneway
|
|
9707
9707
|
expand: true
|
|
9708
9708
|
no-source: true
|
|
@@ -9712,13 +9712,13 @@ tasks:
|
|
|
9712
9712
|
recipients:
|
|
9713
9713
|
- estebanldh@gmail.com
|
|
9714
9714
|
- nsimean@despegar.com
|
|
9715
|
-
- name: checkout.error_messages.
|
|
9715
|
+
- name: checkout.error_messages.ve.multipledestinations
|
|
9716
9716
|
class_name: Henry::Task::CucumberTask
|
|
9717
9717
|
options:
|
|
9718
9718
|
tags:
|
|
9719
9719
|
- checkout
|
|
9720
9720
|
- error_messages
|
|
9721
|
-
-
|
|
9721
|
+
- ve
|
|
9722
9722
|
- multipledestinations
|
|
9723
9723
|
expand: true
|
|
9724
9724
|
no-source: true
|
|
@@ -9728,13 +9728,13 @@ tasks:
|
|
|
9728
9728
|
recipients:
|
|
9729
9729
|
- estebanldh@gmail.com
|
|
9730
9730
|
- nsimean@despegar.com
|
|
9731
|
-
- name: checkout.error_messages.
|
|
9731
|
+
- name: checkout.error_messages.us
|
|
9732
9732
|
class_name: Henry::Task::CucumberTask
|
|
9733
9733
|
options:
|
|
9734
9734
|
tags:
|
|
9735
9735
|
- checkout
|
|
9736
9736
|
- error_messages
|
|
9737
|
-
-
|
|
9737
|
+
- us
|
|
9738
9738
|
expand: true
|
|
9739
9739
|
no-source: true
|
|
9740
9740
|
reports:
|
|
@@ -9743,13 +9743,13 @@ tasks:
|
|
|
9743
9743
|
recipients:
|
|
9744
9744
|
- estebanldh@gmail.com
|
|
9745
9745
|
- nsimean@despegar.com
|
|
9746
|
-
- name: checkout.error_messages.
|
|
9746
|
+
- name: checkout.error_messages.us.roundtrip
|
|
9747
9747
|
class_name: Henry::Task::CucumberTask
|
|
9748
9748
|
options:
|
|
9749
9749
|
tags:
|
|
9750
9750
|
- checkout
|
|
9751
9751
|
- error_messages
|
|
9752
|
-
-
|
|
9752
|
+
- us
|
|
9753
9753
|
- roundtrip
|
|
9754
9754
|
expand: true
|
|
9755
9755
|
no-source: true
|
|
@@ -9759,13 +9759,13 @@ tasks:
|
|
|
9759
9759
|
recipients:
|
|
9760
9760
|
- estebanldh@gmail.com
|
|
9761
9761
|
- nsimean@despegar.com
|
|
9762
|
-
- name: checkout.error_messages.
|
|
9762
|
+
- name: checkout.error_messages.us.oneway
|
|
9763
9763
|
class_name: Henry::Task::CucumberTask
|
|
9764
9764
|
options:
|
|
9765
9765
|
tags:
|
|
9766
9766
|
- checkout
|
|
9767
9767
|
- error_messages
|
|
9768
|
-
-
|
|
9768
|
+
- us
|
|
9769
9769
|
- oneway
|
|
9770
9770
|
expand: true
|
|
9771
9771
|
no-source: true
|
|
@@ -9775,13 +9775,13 @@ tasks:
|
|
|
9775
9775
|
recipients:
|
|
9776
9776
|
- estebanldh@gmail.com
|
|
9777
9777
|
- nsimean@despegar.com
|
|
9778
|
-
- name: checkout.error_messages.
|
|
9778
|
+
- name: checkout.error_messages.us.multipledestinations
|
|
9779
9779
|
class_name: Henry::Task::CucumberTask
|
|
9780
9780
|
options:
|
|
9781
9781
|
tags:
|
|
9782
9782
|
- checkout
|
|
9783
9783
|
- error_messages
|
|
9784
|
-
-
|
|
9784
|
+
- us
|
|
9785
9785
|
- multipledestinations
|
|
9786
9786
|
expand: true
|
|
9787
9787
|
no-source: true
|
|
@@ -9868,13 +9868,13 @@ tasks:
|
|
|
9868
9868
|
recipients:
|
|
9869
9869
|
- estebanldh@gmail.com
|
|
9870
9870
|
- nsimean@despegar.com
|
|
9871
|
-
- name: checkout.fast_checkout.
|
|
9871
|
+
- name: checkout.fast_checkout.us
|
|
9872
9872
|
class_name: Henry::Task::CucumberTask
|
|
9873
9873
|
options:
|
|
9874
9874
|
tags:
|
|
9875
9875
|
- checkout
|
|
9876
9876
|
- fast_checkout
|
|
9877
|
-
-
|
|
9877
|
+
- us
|
|
9878
9878
|
expand: true
|
|
9879
9879
|
no-source: true
|
|
9880
9880
|
reports:
|
|
@@ -9883,13 +9883,13 @@ tasks:
|
|
|
9883
9883
|
recipients:
|
|
9884
9884
|
- estebanldh@gmail.com
|
|
9885
9885
|
- nsimean@despegar.com
|
|
9886
|
-
- name: checkout.fast_checkout.
|
|
9886
|
+
- name: checkout.fast_checkout.us.roundtrip
|
|
9887
9887
|
class_name: Henry::Task::CucumberTask
|
|
9888
9888
|
options:
|
|
9889
9889
|
tags:
|
|
9890
9890
|
- checkout
|
|
9891
9891
|
- fast_checkout
|
|
9892
|
-
-
|
|
9892
|
+
- us
|
|
9893
9893
|
- roundtrip
|
|
9894
9894
|
expand: true
|
|
9895
9895
|
no-source: true
|
|
@@ -9899,13 +9899,13 @@ tasks:
|
|
|
9899
9899
|
recipients:
|
|
9900
9900
|
- estebanldh@gmail.com
|
|
9901
9901
|
- nsimean@despegar.com
|
|
9902
|
-
- name: checkout.fast_checkout.
|
|
9902
|
+
- name: checkout.fast_checkout.us.oneway
|
|
9903
9903
|
class_name: Henry::Task::CucumberTask
|
|
9904
9904
|
options:
|
|
9905
9905
|
tags:
|
|
9906
9906
|
- checkout
|
|
9907
9907
|
- fast_checkout
|
|
9908
|
-
-
|
|
9908
|
+
- us
|
|
9909
9909
|
- oneway
|
|
9910
9910
|
expand: true
|
|
9911
9911
|
no-source: true
|
|
@@ -9915,13 +9915,13 @@ tasks:
|
|
|
9915
9915
|
recipients:
|
|
9916
9916
|
- estebanldh@gmail.com
|
|
9917
9917
|
- nsimean@despegar.com
|
|
9918
|
-
- name: checkout.fast_checkout.
|
|
9918
|
+
- name: checkout.fast_checkout.us.multipledestinations
|
|
9919
9919
|
class_name: Henry::Task::CucumberTask
|
|
9920
9920
|
options:
|
|
9921
9921
|
tags:
|
|
9922
9922
|
- checkout
|
|
9923
9923
|
- fast_checkout
|
|
9924
|
-
-
|
|
9924
|
+
- us
|
|
9925
9925
|
- multipledestinations
|
|
9926
9926
|
expand: true
|
|
9927
9927
|
no-source: true
|
|
@@ -9931,13 +9931,13 @@ tasks:
|
|
|
9931
9931
|
recipients:
|
|
9932
9932
|
- estebanldh@gmail.com
|
|
9933
9933
|
- nsimean@despegar.com
|
|
9934
|
-
- name: checkout.fast_checkout.
|
|
9934
|
+
- name: checkout.fast_checkout.br
|
|
9935
9935
|
class_name: Henry::Task::CucumberTask
|
|
9936
9936
|
options:
|
|
9937
9937
|
tags:
|
|
9938
9938
|
- checkout
|
|
9939
9939
|
- fast_checkout
|
|
9940
|
-
-
|
|
9940
|
+
- br
|
|
9941
9941
|
expand: true
|
|
9942
9942
|
no-source: true
|
|
9943
9943
|
reports:
|
|
@@ -9946,13 +9946,13 @@ tasks:
|
|
|
9946
9946
|
recipients:
|
|
9947
9947
|
- estebanldh@gmail.com
|
|
9948
9948
|
- nsimean@despegar.com
|
|
9949
|
-
- name: checkout.fast_checkout.
|
|
9949
|
+
- name: checkout.fast_checkout.br.roundtrip
|
|
9950
9950
|
class_name: Henry::Task::CucumberTask
|
|
9951
9951
|
options:
|
|
9952
9952
|
tags:
|
|
9953
9953
|
- checkout
|
|
9954
9954
|
- fast_checkout
|
|
9955
|
-
-
|
|
9955
|
+
- br
|
|
9956
9956
|
- roundtrip
|
|
9957
9957
|
expand: true
|
|
9958
9958
|
no-source: true
|
|
@@ -9962,13 +9962,13 @@ tasks:
|
|
|
9962
9962
|
recipients:
|
|
9963
9963
|
- estebanldh@gmail.com
|
|
9964
9964
|
- nsimean@despegar.com
|
|
9965
|
-
- name: checkout.fast_checkout.
|
|
9965
|
+
- name: checkout.fast_checkout.br.oneway
|
|
9966
9966
|
class_name: Henry::Task::CucumberTask
|
|
9967
9967
|
options:
|
|
9968
9968
|
tags:
|
|
9969
9969
|
- checkout
|
|
9970
9970
|
- fast_checkout
|
|
9971
|
-
-
|
|
9971
|
+
- br
|
|
9972
9972
|
- oneway
|
|
9973
9973
|
expand: true
|
|
9974
9974
|
no-source: true
|
|
@@ -9978,13 +9978,13 @@ tasks:
|
|
|
9978
9978
|
recipients:
|
|
9979
9979
|
- estebanldh@gmail.com
|
|
9980
9980
|
- nsimean@despegar.com
|
|
9981
|
-
- name: checkout.fast_checkout.
|
|
9981
|
+
- name: checkout.fast_checkout.br.multipledestinations
|
|
9982
9982
|
class_name: Henry::Task::CucumberTask
|
|
9983
9983
|
options:
|
|
9984
9984
|
tags:
|
|
9985
9985
|
- checkout
|
|
9986
9986
|
- fast_checkout
|
|
9987
|
-
-
|
|
9987
|
+
- br
|
|
9988
9988
|
- multipledestinations
|
|
9989
9989
|
expand: true
|
|
9990
9990
|
no-source: true
|
|
@@ -10039,13 +10039,13 @@ tasks:
|
|
|
10039
10039
|
recipients:
|
|
10040
10040
|
- estebanldh@gmail.com
|
|
10041
10041
|
- nsimean@despegar.com
|
|
10042
|
-
- name: checkout.price_jump.
|
|
10042
|
+
- name: checkout.price_jump.us
|
|
10043
10043
|
class_name: Henry::Task::CucumberTask
|
|
10044
10044
|
options:
|
|
10045
10045
|
tags:
|
|
10046
10046
|
- checkout
|
|
10047
10047
|
- price_jump
|
|
10048
|
-
-
|
|
10048
|
+
- us
|
|
10049
10049
|
expand: true
|
|
10050
10050
|
no-source: true
|
|
10051
10051
|
reports:
|
|
@@ -10054,14 +10054,14 @@ tasks:
|
|
|
10054
10054
|
recipients:
|
|
10055
10055
|
- estebanldh@gmail.com
|
|
10056
10056
|
- nsimean@despegar.com
|
|
10057
|
-
- name: checkout.price_jump.
|
|
10057
|
+
- name: checkout.price_jump.us.multipledestinations
|
|
10058
10058
|
class_name: Henry::Task::CucumberTask
|
|
10059
10059
|
options:
|
|
10060
10060
|
tags:
|
|
10061
10061
|
- checkout
|
|
10062
10062
|
- price_jump
|
|
10063
|
-
-
|
|
10064
|
-
-
|
|
10063
|
+
- us
|
|
10064
|
+
- multipledestinations
|
|
10065
10065
|
expand: true
|
|
10066
10066
|
no-source: true
|
|
10067
10067
|
reports:
|
|
@@ -10070,13 +10070,13 @@ tasks:
|
|
|
10070
10070
|
recipients:
|
|
10071
10071
|
- estebanldh@gmail.com
|
|
10072
10072
|
- nsimean@despegar.com
|
|
10073
|
-
- name: checkout.price_jump.
|
|
10073
|
+
- name: checkout.price_jump.br
|
|
10074
10074
|
class_name: Henry::Task::CucumberTask
|
|
10075
10075
|
options:
|
|
10076
10076
|
tags:
|
|
10077
10077
|
- checkout
|
|
10078
10078
|
- price_jump
|
|
10079
|
-
-
|
|
10079
|
+
- br
|
|
10080
10080
|
expand: true
|
|
10081
10081
|
no-source: true
|
|
10082
10082
|
reports:
|
|
@@ -10085,14 +10085,14 @@ tasks:
|
|
|
10085
10085
|
recipients:
|
|
10086
10086
|
- estebanldh@gmail.com
|
|
10087
10087
|
- nsimean@despegar.com
|
|
10088
|
-
- name: checkout.price_jump.
|
|
10088
|
+
- name: checkout.price_jump.br.oneway
|
|
10089
10089
|
class_name: Henry::Task::CucumberTask
|
|
10090
10090
|
options:
|
|
10091
10091
|
tags:
|
|
10092
10092
|
- checkout
|
|
10093
10093
|
- price_jump
|
|
10094
|
-
-
|
|
10095
|
-
-
|
|
10094
|
+
- br
|
|
10095
|
+
- oneway
|
|
10096
10096
|
expand: true
|
|
10097
10097
|
no-source: true
|
|
10098
10098
|
reports:
|
|
@@ -10178,13 +10178,13 @@ tasks:
|
|
|
10178
10178
|
recipients:
|
|
10179
10179
|
- estebanldh@gmail.com
|
|
10180
10180
|
- nsimean@despegar.com
|
|
10181
|
-
- name: checkout.compra_duplicada.
|
|
10181
|
+
- name: checkout.compra_duplicada.mx
|
|
10182
10182
|
class_name: Henry::Task::CucumberTask
|
|
10183
10183
|
options:
|
|
10184
10184
|
tags:
|
|
10185
10185
|
- checkout
|
|
10186
10186
|
- compra_duplicada
|
|
10187
|
-
-
|
|
10187
|
+
- mx
|
|
10188
10188
|
expand: true
|
|
10189
10189
|
no-source: true
|
|
10190
10190
|
reports:
|
|
@@ -10193,13 +10193,13 @@ tasks:
|
|
|
10193
10193
|
recipients:
|
|
10194
10194
|
- estebanldh@gmail.com
|
|
10195
10195
|
- nsimean@despegar.com
|
|
10196
|
-
- name: checkout.compra_duplicada.
|
|
10196
|
+
- name: checkout.compra_duplicada.mx.roundtrip
|
|
10197
10197
|
class_name: Henry::Task::CucumberTask
|
|
10198
10198
|
options:
|
|
10199
10199
|
tags:
|
|
10200
10200
|
- checkout
|
|
10201
10201
|
- compra_duplicada
|
|
10202
|
-
-
|
|
10202
|
+
- mx
|
|
10203
10203
|
- roundtrip
|
|
10204
10204
|
expand: true
|
|
10205
10205
|
no-source: true
|
|
@@ -10209,13 +10209,13 @@ tasks:
|
|
|
10209
10209
|
recipients:
|
|
10210
10210
|
- estebanldh@gmail.com
|
|
10211
10211
|
- nsimean@despegar.com
|
|
10212
|
-
- name: checkout.compra_duplicada.
|
|
10212
|
+
- name: checkout.compra_duplicada.mx.oneway
|
|
10213
10213
|
class_name: Henry::Task::CucumberTask
|
|
10214
10214
|
options:
|
|
10215
10215
|
tags:
|
|
10216
10216
|
- checkout
|
|
10217
10217
|
- compra_duplicada
|
|
10218
|
-
-
|
|
10218
|
+
- mx
|
|
10219
10219
|
- oneway
|
|
10220
10220
|
expand: true
|
|
10221
10221
|
no-source: true
|
|
@@ -10225,13 +10225,13 @@ tasks:
|
|
|
10225
10225
|
recipients:
|
|
10226
10226
|
- estebanldh@gmail.com
|
|
10227
10227
|
- nsimean@despegar.com
|
|
10228
|
-
- name: checkout.compra_duplicada.
|
|
10228
|
+
- name: checkout.compra_duplicada.mx.multipledestinations
|
|
10229
10229
|
class_name: Henry::Task::CucumberTask
|
|
10230
10230
|
options:
|
|
10231
10231
|
tags:
|
|
10232
10232
|
- checkout
|
|
10233
10233
|
- compra_duplicada
|
|
10234
|
-
-
|
|
10234
|
+
- mx
|
|
10235
10235
|
- multipledestinations
|
|
10236
10236
|
expand: true
|
|
10237
10237
|
no-source: true
|
|
@@ -10241,13 +10241,13 @@ tasks:
|
|
|
10241
10241
|
recipients:
|
|
10242
10242
|
- estebanldh@gmail.com
|
|
10243
10243
|
- nsimean@despegar.com
|
|
10244
|
-
- name: checkout.compra_duplicada.
|
|
10244
|
+
- name: checkout.compra_duplicada.us
|
|
10245
10245
|
class_name: Henry::Task::CucumberTask
|
|
10246
10246
|
options:
|
|
10247
10247
|
tags:
|
|
10248
10248
|
- checkout
|
|
10249
10249
|
- compra_duplicada
|
|
10250
|
-
-
|
|
10250
|
+
- us
|
|
10251
10251
|
expand: true
|
|
10252
10252
|
no-source: true
|
|
10253
10253
|
reports:
|
|
@@ -10256,13 +10256,13 @@ tasks:
|
|
|
10256
10256
|
recipients:
|
|
10257
10257
|
- estebanldh@gmail.com
|
|
10258
10258
|
- nsimean@despegar.com
|
|
10259
|
-
- name: checkout.compra_duplicada.
|
|
10259
|
+
- name: checkout.compra_duplicada.us.roundtrip
|
|
10260
10260
|
class_name: Henry::Task::CucumberTask
|
|
10261
10261
|
options:
|
|
10262
10262
|
tags:
|
|
10263
10263
|
- checkout
|
|
10264
10264
|
- compra_duplicada
|
|
10265
|
-
-
|
|
10265
|
+
- us
|
|
10266
10266
|
- roundtrip
|
|
10267
10267
|
expand: true
|
|
10268
10268
|
no-source: true
|
|
@@ -10272,13 +10272,13 @@ tasks:
|
|
|
10272
10272
|
recipients:
|
|
10273
10273
|
- estebanldh@gmail.com
|
|
10274
10274
|
- nsimean@despegar.com
|
|
10275
|
-
- name: checkout.compra_duplicada.
|
|
10275
|
+
- name: checkout.compra_duplicada.us.oneway
|
|
10276
10276
|
class_name: Henry::Task::CucumberTask
|
|
10277
10277
|
options:
|
|
10278
10278
|
tags:
|
|
10279
10279
|
- checkout
|
|
10280
10280
|
- compra_duplicada
|
|
10281
|
-
-
|
|
10281
|
+
- us
|
|
10282
10282
|
- oneway
|
|
10283
10283
|
expand: true
|
|
10284
10284
|
no-source: true
|
|
@@ -10288,13 +10288,13 @@ tasks:
|
|
|
10288
10288
|
recipients:
|
|
10289
10289
|
- estebanldh@gmail.com
|
|
10290
10290
|
- nsimean@despegar.com
|
|
10291
|
-
- name: checkout.compra_duplicada.
|
|
10291
|
+
- name: checkout.compra_duplicada.us.multipledestinations
|
|
10292
10292
|
class_name: Henry::Task::CucumberTask
|
|
10293
10293
|
options:
|
|
10294
10294
|
tags:
|
|
10295
10295
|
- checkout
|
|
10296
10296
|
- compra_duplicada
|
|
10297
|
-
-
|
|
10297
|
+
- us
|
|
10298
10298
|
- multipledestinations
|
|
10299
10299
|
expand: true
|
|
10300
10300
|
no-source: true
|
|
@@ -10304,13 +10304,13 @@ tasks:
|
|
|
10304
10304
|
recipients:
|
|
10305
10305
|
- estebanldh@gmail.com
|
|
10306
10306
|
- nsimean@despegar.com
|
|
10307
|
-
- name: checkout.compra_duplicada.
|
|
10307
|
+
- name: checkout.compra_duplicada.br
|
|
10308
10308
|
class_name: Henry::Task::CucumberTask
|
|
10309
10309
|
options:
|
|
10310
10310
|
tags:
|
|
10311
10311
|
- checkout
|
|
10312
10312
|
- compra_duplicada
|
|
10313
|
-
-
|
|
10313
|
+
- br
|
|
10314
10314
|
expand: true
|
|
10315
10315
|
no-source: true
|
|
10316
10316
|
reports:
|
|
@@ -10319,13 +10319,13 @@ tasks:
|
|
|
10319
10319
|
recipients:
|
|
10320
10320
|
- estebanldh@gmail.com
|
|
10321
10321
|
- nsimean@despegar.com
|
|
10322
|
-
- name: checkout.compra_duplicada.
|
|
10322
|
+
- name: checkout.compra_duplicada.br.roundtrip
|
|
10323
10323
|
class_name: Henry::Task::CucumberTask
|
|
10324
10324
|
options:
|
|
10325
10325
|
tags:
|
|
10326
10326
|
- checkout
|
|
10327
10327
|
- compra_duplicada
|
|
10328
|
-
-
|
|
10328
|
+
- br
|
|
10329
10329
|
- roundtrip
|
|
10330
10330
|
expand: true
|
|
10331
10331
|
no-source: true
|
|
@@ -10335,13 +10335,13 @@ tasks:
|
|
|
10335
10335
|
recipients:
|
|
10336
10336
|
- estebanldh@gmail.com
|
|
10337
10337
|
- nsimean@despegar.com
|
|
10338
|
-
- name: checkout.compra_duplicada.
|
|
10338
|
+
- name: checkout.compra_duplicada.br.oneway
|
|
10339
10339
|
class_name: Henry::Task::CucumberTask
|
|
10340
10340
|
options:
|
|
10341
10341
|
tags:
|
|
10342
10342
|
- checkout
|
|
10343
10343
|
- compra_duplicada
|
|
10344
|
-
-
|
|
10344
|
+
- br
|
|
10345
10345
|
- oneway
|
|
10346
10346
|
expand: true
|
|
10347
10347
|
no-source: true
|
|
@@ -10351,13 +10351,13 @@ tasks:
|
|
|
10351
10351
|
recipients:
|
|
10352
10352
|
- estebanldh@gmail.com
|
|
10353
10353
|
- nsimean@despegar.com
|
|
10354
|
-
- name: checkout.compra_duplicada.
|
|
10354
|
+
- name: checkout.compra_duplicada.br.multipledestinations
|
|
10355
10355
|
class_name: Henry::Task::CucumberTask
|
|
10356
10356
|
options:
|
|
10357
10357
|
tags:
|
|
10358
10358
|
- checkout
|
|
10359
10359
|
- compra_duplicada
|
|
10360
|
-
-
|
|
10360
|
+
- br
|
|
10361
10361
|
- multipledestinations
|
|
10362
10362
|
expand: true
|
|
10363
10363
|
no-source: true
|
|
@@ -10507,83 +10507,6 @@ tasks:
|
|
|
10507
10507
|
recipients:
|
|
10508
10508
|
- estebanldh@gmail.com
|
|
10509
10509
|
- nsimean@despegar.com
|
|
10510
|
-
- name: checkout.book_ok_br
|
|
10511
|
-
class_name: Henry::Task::CucumberTask
|
|
10512
|
-
options:
|
|
10513
|
-
tags:
|
|
10514
|
-
- checkout
|
|
10515
|
-
- book_ok_br
|
|
10516
|
-
expand: true
|
|
10517
|
-
no-source: true
|
|
10518
|
-
reports:
|
|
10519
|
-
- format: html
|
|
10520
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10521
|
-
recipients:
|
|
10522
|
-
- estebanldh@gmail.com
|
|
10523
|
-
- nsimean@despegar.com
|
|
10524
|
-
- name: checkout.book_ok_br.br
|
|
10525
|
-
class_name: Henry::Task::CucumberTask
|
|
10526
|
-
options:
|
|
10527
|
-
tags:
|
|
10528
|
-
- checkout
|
|
10529
|
-
- book_ok_br
|
|
10530
|
-
- br
|
|
10531
|
-
expand: true
|
|
10532
|
-
no-source: true
|
|
10533
|
-
reports:
|
|
10534
|
-
- format: html
|
|
10535
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10536
|
-
recipients:
|
|
10537
|
-
- estebanldh@gmail.com
|
|
10538
|
-
- nsimean@despegar.com
|
|
10539
|
-
- name: checkout.book_ok_br.br.roundtrip
|
|
10540
|
-
class_name: Henry::Task::CucumberTask
|
|
10541
|
-
options:
|
|
10542
|
-
tags:
|
|
10543
|
-
- checkout
|
|
10544
|
-
- book_ok_br
|
|
10545
|
-
- br
|
|
10546
|
-
- roundtrip
|
|
10547
|
-
expand: true
|
|
10548
|
-
no-source: true
|
|
10549
|
-
reports:
|
|
10550
|
-
- format: html
|
|
10551
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10552
|
-
recipients:
|
|
10553
|
-
- estebanldh@gmail.com
|
|
10554
|
-
- nsimean@despegar.com
|
|
10555
|
-
- name: checkout.book_ok_br.br.oneway
|
|
10556
|
-
class_name: Henry::Task::CucumberTask
|
|
10557
|
-
options:
|
|
10558
|
-
tags:
|
|
10559
|
-
- checkout
|
|
10560
|
-
- book_ok_br
|
|
10561
|
-
- br
|
|
10562
|
-
- oneway
|
|
10563
|
-
expand: true
|
|
10564
|
-
no-source: true
|
|
10565
|
-
reports:
|
|
10566
|
-
- format: html
|
|
10567
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10568
|
-
recipients:
|
|
10569
|
-
- estebanldh@gmail.com
|
|
10570
|
-
- nsimean@despegar.com
|
|
10571
|
-
- name: checkout.book_ok_br.br.multipledestinations
|
|
10572
|
-
class_name: Henry::Task::CucumberTask
|
|
10573
|
-
options:
|
|
10574
|
-
tags:
|
|
10575
|
-
- checkout
|
|
10576
|
-
- book_ok_br
|
|
10577
|
-
- br
|
|
10578
|
-
- multipledestinations
|
|
10579
|
-
expand: true
|
|
10580
|
-
no-source: true
|
|
10581
|
-
reports:
|
|
10582
|
-
- format: html
|
|
10583
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10584
|
-
recipients:
|
|
10585
|
-
- estebanldh@gmail.com
|
|
10586
|
-
- nsimean@despegar.com
|
|
10587
10510
|
- name: checkout.online_payment
|
|
10588
10511
|
class_name: Henry::Task::CucumberTask
|
|
10589
10512
|
options:
|
|
@@ -10738,69 +10661,6 @@ tasks:
|
|
|
10738
10661
|
recipients:
|
|
10739
10662
|
- estebanldh@gmail.com
|
|
10740
10663
|
- nsimean@despegar.com
|
|
10741
|
-
- name: checkout.book_ok.br
|
|
10742
|
-
class_name: Henry::Task::CucumberTask
|
|
10743
|
-
options:
|
|
10744
|
-
tags:
|
|
10745
|
-
- checkout
|
|
10746
|
-
- book_ok
|
|
10747
|
-
- br
|
|
10748
|
-
expand: true
|
|
10749
|
-
no-source: true
|
|
10750
|
-
reports:
|
|
10751
|
-
- format: html
|
|
10752
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10753
|
-
recipients:
|
|
10754
|
-
- estebanldh@gmail.com
|
|
10755
|
-
- nsimean@despegar.com
|
|
10756
|
-
- name: checkout.book_ok.br.roundtrip
|
|
10757
|
-
class_name: Henry::Task::CucumberTask
|
|
10758
|
-
options:
|
|
10759
|
-
tags:
|
|
10760
|
-
- checkout
|
|
10761
|
-
- book_ok
|
|
10762
|
-
- br
|
|
10763
|
-
- roundtrip
|
|
10764
|
-
expand: true
|
|
10765
|
-
no-source: true
|
|
10766
|
-
reports:
|
|
10767
|
-
- format: html
|
|
10768
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10769
|
-
recipients:
|
|
10770
|
-
- estebanldh@gmail.com
|
|
10771
|
-
- nsimean@despegar.com
|
|
10772
|
-
- name: checkout.book_ok.br.oneway
|
|
10773
|
-
class_name: Henry::Task::CucumberTask
|
|
10774
|
-
options:
|
|
10775
|
-
tags:
|
|
10776
|
-
- checkout
|
|
10777
|
-
- book_ok
|
|
10778
|
-
- br
|
|
10779
|
-
- oneway
|
|
10780
|
-
expand: true
|
|
10781
|
-
no-source: true
|
|
10782
|
-
reports:
|
|
10783
|
-
- format: html
|
|
10784
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10785
|
-
recipients:
|
|
10786
|
-
- estebanldh@gmail.com
|
|
10787
|
-
- nsimean@despegar.com
|
|
10788
|
-
- name: checkout.book_ok.br.multipledestinations
|
|
10789
|
-
class_name: Henry::Task::CucumberTask
|
|
10790
|
-
options:
|
|
10791
|
-
tags:
|
|
10792
|
-
- checkout
|
|
10793
|
-
- book_ok
|
|
10794
|
-
- br
|
|
10795
|
-
- multipledestinations
|
|
10796
|
-
expand: true
|
|
10797
|
-
no-source: true
|
|
10798
|
-
reports:
|
|
10799
|
-
- format: html
|
|
10800
|
-
name: ${DATE}_${TASK_NAME}.html
|
|
10801
|
-
recipients:
|
|
10802
|
-
- estebanldh@gmail.com
|
|
10803
|
-
- nsimean@despegar.com
|
|
10804
10664
|
- name: checkout.book_ok.co
|
|
10805
10665
|
class_name: Henry::Task::CucumberTask
|
|
10806
10666
|
options:
|
|
@@ -11431,6 +11291,69 @@ tasks:
|
|
|
11431
11291
|
recipients:
|
|
11432
11292
|
- estebanldh@gmail.com
|
|
11433
11293
|
- nsimean@despegar.com
|
|
11294
|
+
- name: checkout.book_ok.br
|
|
11295
|
+
class_name: Henry::Task::CucumberTask
|
|
11296
|
+
options:
|
|
11297
|
+
tags:
|
|
11298
|
+
- checkout
|
|
11299
|
+
- book_ok
|
|
11300
|
+
- br
|
|
11301
|
+
expand: true
|
|
11302
|
+
no-source: true
|
|
11303
|
+
reports:
|
|
11304
|
+
- format: html
|
|
11305
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
11306
|
+
recipients:
|
|
11307
|
+
- estebanldh@gmail.com
|
|
11308
|
+
- nsimean@despegar.com
|
|
11309
|
+
- name: checkout.book_ok.br.roundtrip
|
|
11310
|
+
class_name: Henry::Task::CucumberTask
|
|
11311
|
+
options:
|
|
11312
|
+
tags:
|
|
11313
|
+
- checkout
|
|
11314
|
+
- book_ok
|
|
11315
|
+
- br
|
|
11316
|
+
- roundtrip
|
|
11317
|
+
expand: true
|
|
11318
|
+
no-source: true
|
|
11319
|
+
reports:
|
|
11320
|
+
- format: html
|
|
11321
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
11322
|
+
recipients:
|
|
11323
|
+
- estebanldh@gmail.com
|
|
11324
|
+
- nsimean@despegar.com
|
|
11325
|
+
- name: checkout.book_ok.br.oneway
|
|
11326
|
+
class_name: Henry::Task::CucumberTask
|
|
11327
|
+
options:
|
|
11328
|
+
tags:
|
|
11329
|
+
- checkout
|
|
11330
|
+
- book_ok
|
|
11331
|
+
- br
|
|
11332
|
+
- oneway
|
|
11333
|
+
expand: true
|
|
11334
|
+
no-source: true
|
|
11335
|
+
reports:
|
|
11336
|
+
- format: html
|
|
11337
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
11338
|
+
recipients:
|
|
11339
|
+
- estebanldh@gmail.com
|
|
11340
|
+
- nsimean@despegar.com
|
|
11341
|
+
- name: checkout.book_ok.br.multipledestinations
|
|
11342
|
+
class_name: Henry::Task::CucumberTask
|
|
11343
|
+
options:
|
|
11344
|
+
tags:
|
|
11345
|
+
- checkout
|
|
11346
|
+
- book_ok
|
|
11347
|
+
- br
|
|
11348
|
+
- multipledestinations
|
|
11349
|
+
expand: true
|
|
11350
|
+
no-source: true
|
|
11351
|
+
reports:
|
|
11352
|
+
- format: html
|
|
11353
|
+
name: ${DATE}_${TASK_NAME}.html
|
|
11354
|
+
recipients:
|
|
11355
|
+
- estebanldh@gmail.com
|
|
11356
|
+
- nsimean@despegar.com
|
|
11434
11357
|
- name: checkout.cupones
|
|
11435
11358
|
class_name: Henry::Task::CucumberTask
|
|
11436
11359
|
options:
|
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: 0.1.
|
|
4
|
+
version: 0.1.8
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez,lsimean
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-10-
|
|
11
|
+
date: 2014-10-28 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|
|
@@ -283,7 +283,6 @@ files:
|
|
|
283
283
|
- features/support/pages/thanks/thanks_page.rb
|
|
284
284
|
- features/tests/checkout/agency.feature
|
|
285
285
|
- features/tests/checkout/book_ok.feature
|
|
286
|
-
- features/tests/checkout/book_ok_br.feature
|
|
287
286
|
- features/tests/checkout/cac.feature
|
|
288
287
|
- features/tests/checkout/cash_payment.feature
|
|
289
288
|
- features/tests/checkout/compras_duplicadas.feature
|
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
#language: es
|
|
2
|
-
@checkout
|
|
3
|
-
Característica: checkout.book_ok_br
|
|
4
|
-
Se verifica la correcta carga y funcionamiento de la pagina de checkout, se cargan los datos correctos y se realiza la compra
|
|
5
|
-
|
|
6
|
-
@book_ok_br
|
|
7
|
-
Esquema del escenario: Se verifica que se pueda realizar una compra correctamente, validando que los valores a travez del flujo sean correctos y se mantengan a travez del mismo [REGRESION].
|
|
8
|
-
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
|
9
|
-
Entonces verifico que la pagina no rompa
|
|
10
|
-
Cuando espero que termine de cargar la pagina de resultados
|
|
11
|
-
Entonces verifico que traiga resultados
|
|
12
|
-
Cuando elijo un itinerario y paso a checkout
|
|
13
|
-
Cuando espero que termine de cargar la pagina de checkout
|
|
14
|
-
Entonces verifico que ingrese al checkout
|
|
15
|
-
Y verifico que la pagina no rompa
|
|
16
|
-
Cuando ingreso al checkout con cookie "showNewPaymentType" al "45"
|
|
17
|
-
Entonces valido los valores del desglose del checkout
|
|
18
|
-
Y verifico el pixel de Efrontier
|
|
19
|
-
Y verifico el pixel de trackeame en checkout
|
|
20
|
-
Y si el site es "AR", verifico el tag de remarketing de facebook
|
|
21
|
-
Entonces verifico que los precios de las formas de pago nueva se muestren correctamente
|
|
22
|
-
Y verifico que se muestren la caja de clientes felices
|
|
23
|
-
Entonces cargo los pasajeros
|
|
24
|
-
Y cargo los datos de la tarjeta en el nuevo formulario
|
|
25
|
-
Y si el site es "AR|MX|PE|BR", cargo los datos de facturacion
|
|
26
|
-
Y cargo los datos de contacto
|
|
27
|
-
Y verifico que los datos cargados sean mostrados correctamente al lado del boton comprar
|
|
28
|
-
Cuando acepto y compro
|
|
29
|
-
Entonces espero que termine el pedido de compra
|
|
30
|
-
Y verifico si no trae errores
|
|
31
|
-
Entonces si aparece el popup de no disponibilidad, elijo un itinerario para checkout de nuevas formas de pago del popup de no disponibilidad
|
|
32
|
-
Entonces espero que termine de cargar la pagina de gracias
|
|
33
|
-
Y verifico que ingrese a la pagina de gracias
|
|
34
|
-
Y verifico el link de mi despegar
|
|
35
|
-
Y verifico el popup de asistencia al viajero
|
|
36
|
-
Y verifico los datos del vuelo comprado
|
|
37
|
-
Y verifico los valores del desglose en gracias contra los del checkout
|
|
38
|
-
Y verifico el tag de datalayer
|
|
39
|
-
Y verifico el pixel de Efrontier
|
|
40
|
-
Y si el site es "BR", verifico el pixel de doubleclick
|
|
41
|
-
|
|
42
|
-
@br
|
|
43
|
-
@roundtrip
|
|
44
|
-
Ejemplos:
|
|
45
|
-
|pais|tipo|cabotage|
|
|
46
|
-
|BR |roundtrip|nil|
|
|
47
|
-
@br
|
|
48
|
-
@oneway
|
|
49
|
-
Ejemplos:
|
|
50
|
-
|pais|tipo|cabotage|
|
|
51
|
-
|BR |oneway|true|
|
|
52
|
-
@br
|
|
53
|
-
@multipledestinations
|
|
54
|
-
Ejemplos:
|
|
55
|
-
|pais|tipo|cabotage|
|
|
56
|
-
|BR |multipledestinations|nil|
|