flights_gui_tests 2.4.29 → 2.4.30
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: bb9ecef1e1c898fd992d8baf00273f6c701a371c
|
4
|
+
data.tar.gz: 391ebc14c85b42c1b4f0db0b7ad72b228dd1c2b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97217267a6078e2eef26578c7ce5fc56a005590f2aa5574d46d933bab01131a673a949ea3604987c11c14edb7e9aade061d22f9095d9088caa4640bbf44f5a4d
|
7
|
+
data.tar.gz: 895121811a79ff33ae183e0bc26e42e26d453b067205acaec2e6bb040e6436748170290cd06d6f2ddf1b05e0333dea2f98f81285005c5695cd2eb03c1a832515
|
@@ -65,7 +65,7 @@ end
|
|
65
65
|
Entonces(/^elijo otro itinerario$/) do
|
66
66
|
@popup_no_disponibilidad_page.sumar_aparicion
|
67
67
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 5
|
68
|
-
|
68
|
+
Watir::Wait.until(timeout=120){@popup_no_disponibilidad_page.itinerario_viejo_element.present? or @popup_no_disponibilidad_page.itinerario_nuevo_element.present?}
|
69
69
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
70
70
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
71
71
|
step "verifico que ingrese al checkout"
|
data/features/support/version.rb
CHANGED
@@ -27,21 +27,6 @@ Característica: checkout.compatibility
|
|
27
27
|
Ejemplos:
|
28
28
|
|pais|tipo|cabotage|
|
29
29
|
|AR |multipledestinations|nil|
|
30
|
-
@br
|
31
|
-
@roundtrip
|
32
|
-
Ejemplos:
|
33
|
-
|pais|tipo|cabotage|
|
34
|
-
|BR |roundtrip|nil|
|
35
|
-
@br
|
36
|
-
@oneway
|
37
|
-
Ejemplos:
|
38
|
-
|pais|tipo|cabotage|
|
39
|
-
|BR |oneway|true|
|
40
|
-
@br
|
41
|
-
@multipledestinations
|
42
|
-
Ejemplos:
|
43
|
-
|pais|tipo|cabotage|
|
44
|
-
|BR |multipledestinations|nil|
|
45
30
|
@co
|
46
31
|
@roundtrip
|
47
32
|
Ejemplos:
|
@@ -191,4 +176,29 @@ Característica: checkout.compatibility
|
|
191
176
|
@multipledestinations
|
192
177
|
Ejemplos:
|
193
178
|
|pais|tipo|cabotage|
|
194
|
-
|VE |multipledestinations|nil|
|
179
|
+
|VE |multipledestinations|nil|
|
180
|
+
|
181
|
+
@compatibility
|
182
|
+
Esquema del escenario: Se ingresa a la pagina de checkout.
|
183
|
+
Dado como un usuario de '<pais>'
|
184
|
+
* ingreso a un checkout directo para una busqueda '<tipo>' del tipo '<cabotage>'
|
185
|
+
Cuando espero que termine de cargar la pagina de checkout
|
186
|
+
Entonces verifico que ingrese al checkout
|
187
|
+
Y verifico que la pagina no rompa
|
188
|
+
Y verifico si no trae errores
|
189
|
+
|
190
|
+
@br
|
191
|
+
@roundtrip
|
192
|
+
Ejemplos:
|
193
|
+
|pais|tipo|cabotage|
|
194
|
+
|BR |roundtrip|nil|
|
195
|
+
@br
|
196
|
+
@oneway
|
197
|
+
Ejemplos:
|
198
|
+
|pais|tipo|cabotage|
|
199
|
+
|BR |oneway|true|
|
200
|
+
@br
|
201
|
+
@multipledestinations
|
202
|
+
Ejemplos:
|
203
|
+
|pais|tipo|cabotage|
|
204
|
+
|BR |multipledestinations|nil|
|
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.30
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- lgonzalez
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-01
|
11
|
+
date: 2016-02-01 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|