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: d5e3495da629abb3d5bff0032a0948f9aff3c7ab
4
- data.tar.gz: be8fa8d64c0dedb6cc879f161dd2212e0e7e3449
3
+ metadata.gz: d5f566672ce2010d83a282940ea27eb6c8cd7a24
4
+ data.tar.gz: ebb37f88facd3a3420a71f12719cac928a0fdc49
5
5
  SHA512:
6
- metadata.gz: 7b43d9ce681c6b09379b4fb3efc88d7755104d387381be6de9b4568cfe6c223ac73fe442d1b6d29196b38addaf18a2d0be59e955594922678487bf2681a279e0
7
- data.tar.gz: eb85a308400cbe2350d122f90c3125fb619342710c157a48efc06bb3fd5bf19706a4fc2e777b9c981f73d1f7488b8a019152c7d5f37d1a570f841c26db89fb78
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-05-05/2015-05-05/" + @path_landing[2] + @path_landing[3])
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-05-05/2015-05-04/" + @path_landing[2] + @path_landing[3])
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
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.7.7"
2
+ VERSION = "1.7.8"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.7
4
+ version: 1.7.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez