flights_gui_tests 0.0.1 → 0.0.2
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/data/miles.yml +5 -5
- data/features/step_definitions/checkout/cash_payment_steps.rb +57 -0
- data/features/step_definitions/checkout/checkout_steps.rb +48 -5
- data/features/step_definitions/checkout/compra_duplicada_steps.rb +27 -0
- data/features/step_definitions/checkout/cupones_steps.rb +35 -0
- data/features/step_definitions/checkout/error_messages_steps.rb +245 -0
- data/features/step_definitions/checkout/fast_checkout_steps.rb +51 -0
- data/features/step_definitions/checkout/form_steps.rb +1 -1
- data/features/step_definitions/checkout/load_steps.rb +14 -1
- data/features/step_definitions/checkout/price_jump_steps.rb +67 -0
- data/features/step_definitions/checkout/upselling_steps.rb +55 -0
- data/features/step_definitions/checkout/verifications_steps.rb +36 -0
- data/features/step_definitions/{results/desambiguation_steps.rb → desambiguation_steps.rb} +10 -8
- data/features/step_definitions/landing/landing_steps.rb +51 -4
- data/features/step_definitions/landing/load_steps.rb +8 -0
- data/features/step_definitions/landing/long_tail_steps.rb +48 -0
- data/features/step_definitions/landing/negative_steps.rb +109 -0
- data/features/step_definitions/page_steps.rb +4 -0
- data/features/step_definitions/results/filters_steps.rb +15 -7
- data/features/step_definitions/results/load_steps.rb +14 -0
- data/features/step_definitions/results/matrix_steps.rb +22 -0
- data/features/step_definitions/results/results_steps.rb +1 -1
- data/features/step_definitions/{results/tags_steps.rb → tags_steps.rb} +93 -1
- data/features/step_definitions/thanks/load_steps.rb +9 -2
- data/features/step_definitions/thanks/thanks_steps.rb +44 -7
- data/features/support/classes/clusters/checkout_cluster.rb +9 -4
- data/features/support/env.rb +2 -0
- data/features/support/modules/checkout/datos_de_facturacion.rb +13 -17
- data/features/support/modules/checkout/errores.rb +35 -0
- data/features/support/modules/checkout/fast_checkout.rb +31 -0
- data/features/support/modules/checkout/pasajeros.rb +1 -0
- data/features/support/modules/checkout/tarjeta.rb +83 -0
- data/features/support/modules/results/filters.rb +1 -1
- data/features/support/modules/results/matrix/matrix_airline.rb +4 -0
- data/features/support/pages/all_pages.rb +20 -14
- data/features/support/pages/checkout/checkout_page.rb +59 -4
- data/features/support/pages/checkout/popup_results_page.rb +5 -3
- data/features/support/pages/landing/search_page.rb +21 -2
- data/features/support/pages/results/desambiguation_airports_page.rb +8 -2
- data/features/support/pages/results/search_page.rb +8 -3
- data/features/support/pages/thanks/thanks_page.rb +28 -0
- data/features/tests/checkout/agency.feature +35 -0
- data/features/tests/checkout/book_ok.feature +9 -1
- data/features/tests/checkout/cac.feature +56 -0
- data/features/tests/checkout/cash_payment.feature +55 -0
- data/features/tests/checkout/compras_duplicadas.feature +97 -0
- data/features/tests/checkout/cupones.feature +37 -0
- data/features/tests/checkout/error_messages.feature +84 -0
- data/features/tests/checkout/fast_checkout.feature +80 -0
- data/features/tests/checkout/low_cost.feature +52 -0
- data/features/tests/checkout/online_payment.feature +55 -0
- data/features/tests/checkout/price_jump.feature +107 -0
- data/features/tests/checkout/providers.feature +59 -0
- data/features/tests/checkout/seguros.feature +46 -0
- data/features/tests/flights_tracker/search.feature +1 -1
- data/features/tests/landing/disambiguation_airports.feature +88 -0
- data/features/tests/landing/filters.feature +88 -0
- data/features/tests/landing/integration.feature +148 -0
- data/features/tests/landing/long_tail.feature +171 -0
- data/features/tests/landing/matrix.feature +154 -0
- data/features/tests/landing/negative.feature +152 -0
- data/features/tests/landing/orders.feature +81 -0
- data/features/tests/landing/pagination.feature +142 -0
- data/features/tests/landing/reviews.feature +137 -0
- data/features/tests/landing/search.feature +2 -2
- data/features/tests/landing/sort.feature +142 -0
- data/features/tests/landing/tags.feature +144 -0
- data/features/tests/results/errors.feature +1 -1
- data/features/tests/results/matrix/matrix_price.feature +1 -1
- data/features/tests/results/recommendation.feature +2 -2
- data/features/tests/results/reviews_airlines.feature +1 -1
- data/features/tests/results/search.feature +1 -1
- data/flights_gui_tests.gemspec +1 -1
- data/henry-context.yml +7828 -191
- metadata +39 -4
@@ -0,0 +1,137 @@
|
|
1
|
+
#language: es
|
2
|
+
@landing
|
3
|
+
Característica: landing.reviews
|
4
|
+
Se verifica que el popup de reviews este correcto y tenga datos consistentes
|
5
|
+
|
6
|
+
@reviews
|
7
|
+
Esquema del escenario: Ingresar a la pagina de landing e iterar por cada popup de review de aerolinea
|
8
|
+
Dado una pagina de landing en "<pais>" del tipo "<tipo>"
|
9
|
+
Entonces verifico que la pagina no rompa
|
10
|
+
Cuando espero que termine de cargar la pagina de landing
|
11
|
+
Y verifico que traiga resultados de landing
|
12
|
+
Cuando elijo el tipo de vuelo "<tipo>"
|
13
|
+
Entonces verifico que la pagina no rompa
|
14
|
+
Entonces verifico que traiga resultados de landing
|
15
|
+
Y verifico que la url sea la correcta
|
16
|
+
Entonces verifico las reviews de aerolineas
|
17
|
+
|
18
|
+
@ar
|
19
|
+
@roundtrip
|
20
|
+
Ejemplos:
|
21
|
+
|pais|tipo|
|
22
|
+
|AR |roundtrip|
|
23
|
+
@ar
|
24
|
+
@oneway
|
25
|
+
Ejemplos:
|
26
|
+
|pais|tipo|
|
27
|
+
|AR |oneway|
|
28
|
+
@br
|
29
|
+
@roundtrip
|
30
|
+
Ejemplos:
|
31
|
+
|pais|tipo|
|
32
|
+
|BR |roundtrip|
|
33
|
+
@br
|
34
|
+
@oneway
|
35
|
+
Ejemplos:
|
36
|
+
|pais|tipo|
|
37
|
+
|BR |oneway|
|
38
|
+
@co
|
39
|
+
@roundtrip
|
40
|
+
Ejemplos:
|
41
|
+
|pais|tipo|
|
42
|
+
|CO |roundtrip|
|
43
|
+
@co
|
44
|
+
@oneway
|
45
|
+
Ejemplos:
|
46
|
+
|pais|tipo|
|
47
|
+
|CO |oneway|
|
48
|
+
@cl
|
49
|
+
@roundtrip
|
50
|
+
Ejemplos:
|
51
|
+
|pais|tipo|
|
52
|
+
|CL |roundtrip|
|
53
|
+
@cl
|
54
|
+
@oneway
|
55
|
+
Ejemplos:
|
56
|
+
|pais|tipo|
|
57
|
+
|CL |oneway|
|
58
|
+
@cr
|
59
|
+
@roundtrip
|
60
|
+
Ejemplos:
|
61
|
+
|pais|tipo|
|
62
|
+
|CR |roundtrip|
|
63
|
+
@cr
|
64
|
+
@oneway
|
65
|
+
Ejemplos:
|
66
|
+
|pais|tipo|
|
67
|
+
|CR |oneway|
|
68
|
+
@ec
|
69
|
+
@roundtrip
|
70
|
+
Ejemplos:
|
71
|
+
|pais|tipo|
|
72
|
+
|EC |roundtrip|
|
73
|
+
@ec
|
74
|
+
@oneway
|
75
|
+
Ejemplos:
|
76
|
+
|pais|tipo|
|
77
|
+
|EC |oneway|
|
78
|
+
@mx
|
79
|
+
@roundtrip
|
80
|
+
Ejemplos:
|
81
|
+
|pais|tipo|
|
82
|
+
|MX |roundtrip|
|
83
|
+
@mx
|
84
|
+
@oneway
|
85
|
+
Ejemplos:
|
86
|
+
|pais|tipo|
|
87
|
+
|MX |oneway|
|
88
|
+
@pa
|
89
|
+
@roundtrip
|
90
|
+
Ejemplos:
|
91
|
+
|pais|tipo|
|
92
|
+
|PA |roundtrip|
|
93
|
+
@pa
|
94
|
+
@oneway
|
95
|
+
Ejemplos:
|
96
|
+
|pais|tipo|
|
97
|
+
|PA |oneway|
|
98
|
+
@pe
|
99
|
+
@roundtrip
|
100
|
+
Ejemplos:
|
101
|
+
|pais|tipo|
|
102
|
+
|PE |roundtrip|
|
103
|
+
@pe
|
104
|
+
@oneway
|
105
|
+
Ejemplos:
|
106
|
+
|pais|tipo|
|
107
|
+
|PE |oneway|
|
108
|
+
@us
|
109
|
+
@roundtrip
|
110
|
+
Ejemplos:
|
111
|
+
|pais|tipo|
|
112
|
+
|US |roundtrip|
|
113
|
+
@us
|
114
|
+
@oneway
|
115
|
+
Ejemplos:
|
116
|
+
|pais|tipo|
|
117
|
+
|US |oneway|
|
118
|
+
@uy
|
119
|
+
@roundtrip
|
120
|
+
Ejemplos:
|
121
|
+
|pais|tipo|
|
122
|
+
|UY |roundtrip|
|
123
|
+
@uy
|
124
|
+
@oneway
|
125
|
+
Ejemplos:
|
126
|
+
|pais|tipo|
|
127
|
+
|UY |oneway|
|
128
|
+
@ve
|
129
|
+
@roundtrip
|
130
|
+
Ejemplos:
|
131
|
+
|pais|tipo|
|
132
|
+
|VE |roundtrip|
|
133
|
+
@ve
|
134
|
+
@oneway
|
135
|
+
Ejemplos:
|
136
|
+
|pais|tipo|
|
137
|
+
|VE |oneway|
|
@@ -4,7 +4,7 @@ Característica: landing.search
|
|
4
4
|
Se verifica la correcta carga y funcionamiento de la pagina de landing, se elige un itinerario y se verifica su pasaje a resultados/checkout
|
5
5
|
|
6
6
|
@search
|
7
|
-
Esquema del escenario:
|
7
|
+
Esquema del escenario: Smoke TEST
|
8
8
|
Dado una pagina de landing en "<pais>" del tipo "<tipo>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Cuando espero que termine de cargar la pagina de landing
|
@@ -14,7 +14,7 @@ Característica: landing.search
|
|
14
14
|
Entonces verifico que traiga resultados de landing
|
15
15
|
Y verifico que la url sea la correcta
|
16
16
|
Y verifico que la ciudad destino sea la que se eligio
|
17
|
-
Y valido el sorting de landing
|
17
|
+
Y valido el sorting de landing
|
18
18
|
Entonces levanto los datos de los itinerarios
|
19
19
|
Y comparo los datos de cluster contra los detalles
|
20
20
|
Y verifico que no vengan mas de diez resultados por pagina
|
@@ -0,0 +1,142 @@
|
|
1
|
+
#language: es
|
2
|
+
@landing
|
3
|
+
Característica: landing.sort
|
4
|
+
Se verifica que el filtro por precio en matriz funcione y que el fare se muestren correctamente.
|
5
|
+
|
6
|
+
@sort
|
7
|
+
Esquema del escenario: Ingresar a resultados, filtro por un precio, verificar que se muestre correctamente y sea el fare que se debe aplicar
|
8
|
+
Dado una pagina de landing en "<pais>" del tipo "<tipo>"
|
9
|
+
Entonces verifico que la pagina no rompa
|
10
|
+
Cuando espero que termine de cargar la pagina de landing
|
11
|
+
Y verifico que traiga resultados de landing
|
12
|
+
Cuando elijo el tipo de vuelo "<tipo>"
|
13
|
+
Entonces verifico que la pagina no rompa
|
14
|
+
Entonces verifico que traiga resultados de landing
|
15
|
+
Y verifico que la url sea la correcta
|
16
|
+
Y elijo moneda local
|
17
|
+
Y valido el sorting de landing
|
18
|
+
Y filtro por un itinerario en la matriz
|
19
|
+
Cuando espero que termine de cargar la pagina de landing
|
20
|
+
Entonces verifico la base tarifaria
|
21
|
+
Y verifico el breakdown
|
22
|
+
|
23
|
+
@ar
|
24
|
+
@roundtrip
|
25
|
+
Ejemplos:
|
26
|
+
|pais|tipo|
|
27
|
+
|AR |roundtrip|
|
28
|
+
@ar
|
29
|
+
@oneway
|
30
|
+
Ejemplos:
|
31
|
+
|pais|tipo|
|
32
|
+
|AR |oneway|
|
33
|
+
@br
|
34
|
+
@roundtrip
|
35
|
+
Ejemplos:
|
36
|
+
|pais|tipo|
|
37
|
+
|BR |roundtrip|
|
38
|
+
@br
|
39
|
+
@oneway
|
40
|
+
Ejemplos:
|
41
|
+
|pais|tipo|
|
42
|
+
|BR |oneway|
|
43
|
+
@co
|
44
|
+
@roundtrip
|
45
|
+
Ejemplos:
|
46
|
+
|pais|tipo|
|
47
|
+
|CO |roundtrip|
|
48
|
+
@co
|
49
|
+
@oneway
|
50
|
+
Ejemplos:
|
51
|
+
|pais|tipo|
|
52
|
+
|CO |oneway|
|
53
|
+
@cl
|
54
|
+
@roundtrip
|
55
|
+
Ejemplos:
|
56
|
+
|pais|tipo|
|
57
|
+
|CL |roundtrip|
|
58
|
+
@cl
|
59
|
+
@oneway
|
60
|
+
Ejemplos:
|
61
|
+
|pais|tipo|
|
62
|
+
|CL |oneway|
|
63
|
+
@cr
|
64
|
+
@roundtrip
|
65
|
+
Ejemplos:
|
66
|
+
|pais|tipo|
|
67
|
+
|CR |roundtrip|
|
68
|
+
@cr
|
69
|
+
@oneway
|
70
|
+
Ejemplos:
|
71
|
+
|pais|tipo|
|
72
|
+
|CR |oneway|
|
73
|
+
@ec
|
74
|
+
@roundtrip
|
75
|
+
Ejemplos:
|
76
|
+
|pais|tipo|
|
77
|
+
|EC |roundtrip|
|
78
|
+
@ec
|
79
|
+
@oneway
|
80
|
+
Ejemplos:
|
81
|
+
|pais|tipo|
|
82
|
+
|EC |oneway|
|
83
|
+
@mx
|
84
|
+
@roundtrip
|
85
|
+
Ejemplos:
|
86
|
+
|pais|tipo|
|
87
|
+
|MX |roundtrip|
|
88
|
+
@mx
|
89
|
+
@oneway
|
90
|
+
Ejemplos:
|
91
|
+
|pais|tipo|
|
92
|
+
|MX |oneway|
|
93
|
+
@pa
|
94
|
+
@roundtrip
|
95
|
+
Ejemplos:
|
96
|
+
|pais|tipo|
|
97
|
+
|PA |roundtrip|
|
98
|
+
@pa
|
99
|
+
@oneway
|
100
|
+
Ejemplos:
|
101
|
+
|pais|tipo|
|
102
|
+
|PA |oneway|
|
103
|
+
@pe
|
104
|
+
@roundtrip
|
105
|
+
Ejemplos:
|
106
|
+
|pais|tipo|
|
107
|
+
|PE |roundtrip|
|
108
|
+
@pe
|
109
|
+
@oneway
|
110
|
+
Ejemplos:
|
111
|
+
|pais|tipo|
|
112
|
+
|PE |oneway|
|
113
|
+
@us
|
114
|
+
@roundtrip
|
115
|
+
Ejemplos:
|
116
|
+
|pais|tipo|
|
117
|
+
|US |roundtrip|
|
118
|
+
@us
|
119
|
+
@oneway
|
120
|
+
Ejemplos:
|
121
|
+
|pais|tipo|
|
122
|
+
|US |oneway|
|
123
|
+
@uy
|
124
|
+
@roundtrip
|
125
|
+
Ejemplos:
|
126
|
+
|pais|tipo|
|
127
|
+
|UY |roundtrip|
|
128
|
+
@uy
|
129
|
+
@oneway
|
130
|
+
Ejemplos:
|
131
|
+
|pais|tipo|
|
132
|
+
|UY |oneway|
|
133
|
+
@ve
|
134
|
+
@roundtrip
|
135
|
+
Ejemplos:
|
136
|
+
|pais|tipo|
|
137
|
+
|VE |roundtrip|
|
138
|
+
@ve
|
139
|
+
@oneway
|
140
|
+
Ejemplos:
|
141
|
+
|pais|tipo|
|
142
|
+
|VE |oneway|
|
@@ -0,0 +1,144 @@
|
|
1
|
+
#language: es
|
2
|
+
@landing
|
3
|
+
Característica: landing.tags
|
4
|
+
Se verifica que los tags esten presentes y tengan los datos correctos
|
5
|
+
|
6
|
+
@tags
|
7
|
+
Esquema del escenario: Ingresar a la home de landing, buscar los tags|pixels y validar los datos contenidos.
|
8
|
+
Dado una pagina de landing en "<pais>" del tipo "<tipo>"
|
9
|
+
Entonces verifico que la pagina no rompa
|
10
|
+
Cuando espero que termine de cargar la pagina de landing
|
11
|
+
Y verifico que traiga resultados de landing
|
12
|
+
Cuando elijo el tipo de vuelo "<tipo>"
|
13
|
+
Entonces verifico que la pagina no rompa
|
14
|
+
Entonces verifico que traiga resultados de landing
|
15
|
+
Y verifico que la url sea la correcta
|
16
|
+
Y verifico el tag de remarketing de facebook
|
17
|
+
Y verifico el tag de facebook
|
18
|
+
Y verifico el pixel de e-planning
|
19
|
+
Y verifico el primer tag de google en resultado
|
20
|
+
Y verifico el segundo tag de google en resultado de landing
|
21
|
+
Y verifico el tag de groovinads
|
22
|
+
Cuando si el site es "AR|BR", levanto los tag que deben mostrarse segun la ciudad buscada para landing
|
23
|
+
Entonces si el site es "AR|BR", verifico que se muestre en el codigo fuente
|
24
|
+
|
25
|
+
@ar
|
26
|
+
@roundtrip
|
27
|
+
Ejemplos:
|
28
|
+
|pais|tipo|
|
29
|
+
|AR |roundtrip|
|
30
|
+
@ar
|
31
|
+
@oneway
|
32
|
+
Ejemplos:
|
33
|
+
|pais|tipo|
|
34
|
+
|AR |oneway|
|
35
|
+
@br
|
36
|
+
@roundtrip
|
37
|
+
Ejemplos:
|
38
|
+
|pais|tipo|
|
39
|
+
|BR |roundtrip|
|
40
|
+
@br
|
41
|
+
@oneway
|
42
|
+
Ejemplos:
|
43
|
+
|pais|tipo|
|
44
|
+
|BR |oneway|
|
45
|
+
@co
|
46
|
+
@roundtrip
|
47
|
+
Ejemplos:
|
48
|
+
|pais|tipo|
|
49
|
+
|CO |roundtrip|
|
50
|
+
@co
|
51
|
+
@oneway
|
52
|
+
Ejemplos:
|
53
|
+
|pais|tipo|
|
54
|
+
|CO |oneway|
|
55
|
+
@cl
|
56
|
+
@roundtrip
|
57
|
+
Ejemplos:
|
58
|
+
|pais|tipo|
|
59
|
+
|CL |roundtrip|
|
60
|
+
@cl
|
61
|
+
@oneway
|
62
|
+
Ejemplos:
|
63
|
+
|pais|tipo|
|
64
|
+
|CL |oneway|
|
65
|
+
@cr
|
66
|
+
@roundtrip
|
67
|
+
Ejemplos:
|
68
|
+
|pais|tipo|
|
69
|
+
|CR |roundtrip|
|
70
|
+
@cr
|
71
|
+
@oneway
|
72
|
+
Ejemplos:
|
73
|
+
|pais|tipo|
|
74
|
+
|CR |oneway|
|
75
|
+
@ec
|
76
|
+
@roundtrip
|
77
|
+
Ejemplos:
|
78
|
+
|pais|tipo|
|
79
|
+
|EC |roundtrip|
|
80
|
+
@ec
|
81
|
+
@oneway
|
82
|
+
Ejemplos:
|
83
|
+
|pais|tipo|
|
84
|
+
|EC |oneway|
|
85
|
+
@mx
|
86
|
+
@roundtrip
|
87
|
+
Ejemplos:
|
88
|
+
|pais|tipo|
|
89
|
+
|MX |roundtrip|
|
90
|
+
@mx
|
91
|
+
@oneway
|
92
|
+
Ejemplos:
|
93
|
+
|pais|tipo|
|
94
|
+
|MX |oneway|
|
95
|
+
@pa
|
96
|
+
@roundtrip
|
97
|
+
Ejemplos:
|
98
|
+
|pais|tipo|
|
99
|
+
|PA |roundtrip|
|
100
|
+
@pa
|
101
|
+
@oneway
|
102
|
+
Ejemplos:
|
103
|
+
|pais|tipo|
|
104
|
+
|PA |oneway|
|
105
|
+
@pe
|
106
|
+
@roundtrip
|
107
|
+
Ejemplos:
|
108
|
+
|pais|tipo|
|
109
|
+
|PE |roundtrip|
|
110
|
+
@pe
|
111
|
+
@oneway
|
112
|
+
Ejemplos:
|
113
|
+
|pais|tipo|
|
114
|
+
|PE |oneway|
|
115
|
+
@us
|
116
|
+
@roundtrip
|
117
|
+
Ejemplos:
|
118
|
+
|pais|tipo|
|
119
|
+
|US |roundtrip|
|
120
|
+
@us
|
121
|
+
@oneway
|
122
|
+
Ejemplos:
|
123
|
+
|pais|tipo|
|
124
|
+
|US |oneway|
|
125
|
+
@uy
|
126
|
+
@roundtrip
|
127
|
+
Ejemplos:
|
128
|
+
|pais|tipo|
|
129
|
+
|UY |roundtrip|
|
130
|
+
@uy
|
131
|
+
@oneway
|
132
|
+
Ejemplos:
|
133
|
+
|pais|tipo|
|
134
|
+
|UY |oneway|
|
135
|
+
@ve
|
136
|
+
@roundtrip
|
137
|
+
Ejemplos:
|
138
|
+
|pais|tipo|
|
139
|
+
|VE |roundtrip|
|
140
|
+
@ve
|
141
|
+
@oneway
|
142
|
+
Ejemplos:
|
143
|
+
|pais|tipo|
|
144
|
+
|VE |oneway|
|
@@ -4,7 +4,7 @@ Característica: results.errors
|
|
4
4
|
Se verifica la correcta carga y funcionamiento de la pagina de resultados cuando se les pasan parametros no permitidos
|
5
5
|
|
6
6
|
@errors
|
7
|
-
Esquema del escenario: Ingresar a la pagina de resultados e ingresar datos no permitidos
|
7
|
+
Esquema del escenario: Ingresar a la pagina de resultados e ingresar datos no permitidos, verificando los datos de error que deben mostrarse
|
8
8
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Cuando espero que termine de cargar la pagina de resultados
|
@@ -4,7 +4,7 @@ Característica: results.matrix_price
|
|
4
4
|
Se verifica que la matriz de precios funcione correctamente
|
5
5
|
|
6
6
|
@matrix_price
|
7
|
-
Esquema del escenario: Ingresar a la pagina de resultados y verificar la matriz de precios
|
7
|
+
Esquema del escenario: Ingresar a la pagina de resultados y verificar la funcionalidad de matriz de precios
|
8
8
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Cuando espero que termine de cargar la pagina de resultados
|
@@ -4,7 +4,7 @@ Característica: results.recommendation
|
|
4
4
|
Se verifica el comportamiento del popup de recomendacion por email
|
5
5
|
|
6
6
|
@recommendation
|
7
|
-
Esquema del escenario:
|
7
|
+
Esquema del escenario: Enviar una recomendacion por mail, verificando la funcionalidad de el popup
|
8
8
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Cuando espero que termine de cargar la pagina de resultados
|
@@ -42,7 +42,7 @@ Característica: results.recommendation
|
|
42
42
|
|MX |oneway|nil|
|
43
43
|
|
44
44
|
@recommendation
|
45
|
-
Esquema del escenario:
|
45
|
+
Esquema del escenario: Enviar una recomendacion por mail, verificando la funcionalidad de el popup
|
46
46
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
47
47
|
Entonces verifico que la pagina no rompa
|
48
48
|
Cuando espero que termine de cargar la pagina de resultados
|
@@ -4,7 +4,7 @@ Característica: results.reviews_airlines
|
|
4
4
|
Se verifica que el popup de reviews de aerolineas este correcto y tenga datos consistentes
|
5
5
|
|
6
6
|
@reviews_airlines
|
7
|
-
Esquema del escenario: Ingresar a la pagina de resultados e iterar por cada popup de review
|
7
|
+
Esquema del escenario: Ingresar a la pagina de resultados e iterar por cada popup de review de aerolinea
|
8
8
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Cuando espero que termine de cargar la pagina de resultados
|
@@ -4,7 +4,7 @@ Característica: results.search
|
|
4
4
|
Se verifica la correcta carga y funcionamiento de la pagina de resultados
|
5
5
|
|
6
6
|
@search
|
7
|
-
Esquema del escenario:
|
7
|
+
Esquema del escenario: Smoke TEST
|
8
8
|
Dado una pagina de resultados en "<pais>" para una busqueda "<tipo>" del tipo "<cabotage>"
|
9
9
|
Entonces verifico que la pagina no rompa
|
10
10
|
Entonces verifico el nuevo loader
|
data/flights_gui_tests.gemspec
CHANGED
@@ -15,7 +15,7 @@
|
|
15
15
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
17
17
|
|
18
|
-
gem.version = '0.0.
|
18
|
+
gem.version = '0.0.2' #La version se debe incrementar cada vez que se desea publicar una nueva version del test.
|
19
19
|
|
20
20
|
gem.add_dependency('henry-container', '>= 0.1.39')
|
21
21
|
gem.add_dependency('page-object')
|