flights_gui_henry_tests 2.4.2 → 2.4.3
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 +8 -8
- data/features/step_definitions/results/results_steps.rb +3 -0
- data/features/step_definitions/search/basefare_steps.rb +1 -1
- data/features/tests/checkout/low_cost.feature +5 -9
- data/features/tests/others/recommendation.feature +1 -1
- data/flights_gui_henry_tests.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
MjMxZjNhNGQ3MWY5ZjE4M2U2NTJhYTFiODBiNjU3OTVkZjRjNDJkNw==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
NDhmYTEwNjRiMDUxN2IzNzVlM2FmMmNlYzQ0ZTAwMjA3OWQ5NzhmNA==
|
|
7
7
|
SHA512:
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
YTdlNDNkZjdmNmExYzI3MDRjZDA5YmEwYmJmMDU2ZjEwM2I0MTM4OTU5NTY1
|
|
10
|
+
MDIwNzJiZTcxODZkNjQ2ZWZiYjRmNmI3YzhjNmVlZTZjZjcyZDY0MDBiMGFi
|
|
11
|
+
MWY0ZDBlODFjZTM2NTRhMTVjZTMzY2EyNzEzNTk0MzBiODFhMjg=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
OTgwN2NlNmQ2Y2IyNWM0NDkzN2ZmODc4NzRjYTgzZmI3ZGI2NWQ5NDU3YTg1
|
|
14
|
+
ZTJkZjFmMjdjOTBkYTg0MzBmODI3MjUxNjFlMTEwODUxMWZkZjkwZWVkMDlk
|
|
15
|
+
MDc0ZTQ5ZTgxM2U3ZmQ2MjFlZjMyNDdlMWY3NTk1MWYxNjRkN2Y=
|
|
@@ -66,6 +66,9 @@ And /^Verifico si es un destino HOT$/ do
|
|
|
66
66
|
nil.should be_true
|
|
67
67
|
end
|
|
68
68
|
else
|
|
69
|
+
puts "((#{seats_remaining.length} * 100)/#{json['result']['data']['items'].length}).to_i"
|
|
70
|
+
puts seats_remaining
|
|
71
|
+
puts color
|
|
69
72
|
BROWSER.div(:id,"banner-PRICE-HIGH").should_not visible("mensaje de suba de precio")
|
|
70
73
|
BROWSER.div(:id,"banner-PRICE-LOW").should_not visible("mensaje de suba de precio")
|
|
71
74
|
BROWSER.div(:id,"banner-AVAILABILITY-HIGH").should_not visible("mensaje de baja disponibilidad")
|
|
@@ -8,7 +8,10 @@ Característica: checkout.low_cost
|
|
|
8
8
|
Cuando Ingreso a la pagina de resultados en "<pais>" para una busqueda "<tipo>" con origen "<from>" y destino "<to>" de tipo "<cabotage>"
|
|
9
9
|
Cuando Espero que termine de cargar
|
|
10
10
|
Entonces Verifico que traiga resultados
|
|
11
|
-
Cuando
|
|
11
|
+
Cuando Seteo el proveedor "<prov>"
|
|
12
|
+
Cuando Espero que termine de cargar
|
|
13
|
+
Entonces Verifico que traiga resultados
|
|
14
|
+
Cuando Elijo un itinerario y paso a checkout
|
|
12
15
|
Cuando Verifico que ingrese al checkout
|
|
13
16
|
Y Verifico el pixel de Efrontier
|
|
14
17
|
Y Verifico el pixel de trackeame en checkout
|
|
@@ -45,11 +48,4 @@ Característica: checkout.low_cost
|
|
|
45
48
|
|BR|roundtrip|true|AZD|SAO|RIO|
|
|
46
49
|
|BR|oneway|true|AZD|SAO|RIO|
|
|
47
50
|
|BR|roundtrip|true|PSR|SAO|RIO|
|
|
48
|
-
|BR|oneway|true|PSR|SAO|RIO|
|
|
49
|
-
#@us
|
|
50
|
-
#Ejemplos:
|
|
51
|
-
#|pais|tipo|cabotage|prov|from|to|
|
|
52
|
-
#|US|roundtrip|nil|VOL|MEX|LAS|
|
|
53
|
-
#|US|oneway|nil|VOL|CUN|LAS|
|
|
54
|
-
#|US|roundtrip|true|VOL|GDL|MEX|
|
|
55
|
-
#|US|oneway|nil|VOL|LAX|MEX|
|
|
51
|
+
|BR|oneway|true|PSR|SAO|RIO|
|
|
@@ -81,7 +81,7 @@ Característica: others.recommendation
|
|
|
81
81
|
Cuando Hago click en el icono de enviar recomendacion
|
|
82
82
|
Entonces Verifico que cargue el contenido del popup
|
|
83
83
|
Entonces Verifico que el asunto sea correcto "My flight recommendation to"
|
|
84
|
-
Entonces Verifico que el comentario por default sea correcto "You
|
|
84
|
+
Entonces Verifico que el comentario por default sea correcto "You cant miss this flight from"
|
|
85
85
|
Cuando Hago click en el boton de enviar
|
|
86
86
|
Entonces Verifico que el nombre del remitente sea un campo obligatorio
|
|
87
87
|
Entonces Verifico que el mail del remitente sea un campo obligatorio
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
|
|
16
16
|
gem.require_paths = ["lib"] #Usualmente es solo lib -> ["lib"]
|
|
17
17
|
|
|
18
|
-
gem.version = '2.4.
|
|
18
|
+
gem.version = '2.4.3' #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('watir-webdriver')
|