flights_gui_tests 1.7.7 → 1.7.8
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d5f566672ce2010d83a282940ea27eb6c8cd7a24
|
|
4
|
+
data.tar.gz: ebb37f88facd3a3420a71f12719cac928a0fdc49
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a03bc55a2c8b091191ed10e25c9d4f307df823692a77531a4706c0b33de528d7f49e65378d8d747998cb12e34d8513ee290a223b6d5e0680e6db3a0bab78242a
|
|
7
|
+
data.tar.gz: 1c237eecc3cfb99f679ff94ecfb3dc62dce119625a552d5151a8b4c1bc32b014998e6fe9e2fd5e4ef00271a66436a2a9c72596b77a263df4823b2a36ba336af5
|
|
@@ -25,7 +25,7 @@ Entonces(/^(?:verifico|valido) que si paso tres ciudades en la url de error$/) d
|
|
|
25
25
|
end
|
|
26
26
|
|
|
27
27
|
Entonces(/^(?:verifico|valido) que fechas iguales no de error$/) do
|
|
28
|
-
@page.ir(@path_landing[1] + "1/2015-
|
|
28
|
+
@page.ir(@path_landing[1] + "1/2015-09-05/2015-09-05/" + @path_landing[2] + @path_landing[3])
|
|
29
29
|
@page.simbolo_error_element.when_visible(timeout=10)
|
|
30
30
|
@page.mensaje_element.text.no_accents.should match("No flights were found for your search|No encontramos vuelos para su b.{1,2}squeda|N.{1,2}o foi possivel encontrar assentos disponiveis nos v.{1,2}os buscados")
|
|
31
31
|
end
|
|
@@ -43,7 +43,7 @@ Entonces(/^(?:verifico|valido) que paginado negativo de error$/) do
|
|
|
43
43
|
end
|
|
44
44
|
|
|
45
45
|
Entonces(/^(?:verifico|valido) que si la fecha de ida ingresada es posterior a la fecha de vuelta de error$/) do
|
|
46
|
-
@page.ir(@path_landing[1] + "1/2015-
|
|
46
|
+
@page.ir(@path_landing[1] + "1/2015-09-05/2015-09-04/" + @path_landing[2] + @path_landing[3])
|
|
47
47
|
@page.simbolo_error_element.when_visible(timeout=10)
|
|
48
48
|
@page.mensaje_element.text.should match("The departure date entered is later than the return date|La fecha de ida ingresada es posterior a la fecha de vuelta|A data de partida digitada .{1,2} posterior a data de retorno")
|
|
49
49
|
end
|
data/features/support/version.rb
CHANGED