flights_gui_tests 0.0.13 → 0.0.14
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: a485aac3d3309a4e306e58cf85b5fd15ced22359
|
4
|
+
data.tar.gz: 2a4190491f8875489c0a752d279570b867aeb16f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 725cbaef8b2d6a57d8a0b77add91f8f5330281e1c011a998c015f77c242903b22f5c3365aad770c1bf6b68f6398d2c61d4e78e1d95cfe306edb12eab4fbf1edc
|
7
|
+
data.tar.gz: 4537e993a16f545a04394ee53ace738d3901f77c260f95491c4005754306f29aa5cf18648df408e76b3de96f73ddd75c3ec817c4954ad455ba27090009d599ff
|
@@ -1,14 +1,18 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
Cuando(/^aparece el popup de no disponibilidad$/) do
|
3
|
-
@page.popup_nuevo_vuelo_element.should visible
|
3
|
+
@page.popup_nuevo_vuelo_element.should visible #si se muestra el popup sigue con el step, sino pasa al siguiente
|
4
4
|
@popup_no_disponibilidad_page = @popup_no_disponibilidad_page || Checkout::PopupResultsPage.new($browser)
|
5
5
|
@popup_no_disponibilidad_page.iniciar_apariciones
|
6
|
+
begin
|
7
|
+
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
8
|
+
rescue Watir::Wait::TimeoutError
|
9
|
+
step "verifico si no trae errores"
|
10
|
+
end
|
6
11
|
end
|
7
12
|
|
8
13
|
Entonces(/^elijo un itinerario del popup de no disponibilidad$/) do
|
9
14
|
@popup_no_disponibilidad_page.sumar_aparicion
|
10
15
|
pending("La cantidad de compras supero las #{@popup_no_disponibilidad_page.apariciones} apariciones") if @popup_no_disponibilidad_page.apariciones > 4
|
11
|
-
@popup_no_disponibilidad_page.itinerario_element.when_visible(timeout=60)
|
12
16
|
@popup_no_disponibilidad_page.cargar_itinerarios
|
13
17
|
@itinerario_checkout = @popup_no_disponibilidad_page.elegir_itinerario(0)
|
14
18
|
step "verifico que ingrese al checkout"
|
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.14' #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')
|
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.0.
|
4
|
+
version: 0.0.14
|
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-08-
|
11
|
+
date: 2014-08-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: henry-container
|