flights_gui_tests 2.4.29 → 2.4.30

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d48cd606eea0c5e9917b32577a9b218b6a09957c
4
- data.tar.gz: 771f0cecdfad743091f20b0201b824a1dc42f983
3
+ metadata.gz: bb9ecef1e1c898fd992d8baf00273f6c701a371c
4
+ data.tar.gz: 391ebc14c85b42c1b4f0db0b7ad72b228dd1c2b2
5
5
  SHA512:
6
- metadata.gz: 1cc85c853fbf3cf2e1146f97fc721434b99fcb542bcd59aeeb6983ac89921b3eaf1ca9fa1447d8742beb0f00e8cfee5486649af4ba7e5f04e7b398f4a4eae04f
7
- data.tar.gz: 09dd41665de560ea2a3a89b37cb173fd95c02cf653d430875979ffe7eda20026bd34a90e2904c5c4aee6d5f601dfcf402ce5bf54e1c9462b53bff0c49dc19272
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
- @popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=30)
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"
@@ -35,4 +35,5 @@ Entonces(/^valido la respuesta de la busqueda "(.*)"$/) do |tipo|
35
35
  rescue
36
36
  FileUtils.rm_rf('respond')
37
37
  end
38
+ FileUtils.rm_rf('respond')
38
39
  end
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.29"
2
+ VERSION = "2.4.30"
3
3
  end
@@ -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.29
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-28 00:00:00.000000000 Z
11
+ date: 2016-02-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container