flights_gui_tests 2.4.14 → 2.4.15

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: c1c24c65ad29d3c2646ee59336e608747fb2a666
4
- data.tar.gz: 5fec3bd5f7522aef2c1762f55ca4a3cff531245b
3
+ metadata.gz: 67c9d97052f2da657a6df888347f72249f5735cd
4
+ data.tar.gz: 16df1235330d56e16ac74347e4b8629814f5dc29
5
5
  SHA512:
6
- metadata.gz: ca825a887bb19e25d1f659876c511c9a118c9194eb8da4ea25fbab70993f5acd52538fe3b64e3a83de4c43431aadecd838483392b68e42624784f627b48ad495
7
- data.tar.gz: bbc9d91758a182a06b9329f02a0ba693a44d8892954c5db22916f2331be6baa36fda862fcbb10cdeee3554fd8f370643ac0fedcda8f8b63d449b45043269fe44
6
+ metadata.gz: 777e5a79f0197ebc6c6d0bf71713fdbdf06971baffeae004be974f99aab563b08941140d594350457f39eaf9213ad833b658b24d78882ec05ccfb1b1bdb2c099
7
+ data.tar.gz: c8ee763b0cfe686f4795a61e4812ef16f87d501277a0495e9d872f03617d1afb94bf94cb9889ca5b038f1fd063397c2a609c5dcde641858f6c90d94e782617b4
@@ -26,7 +26,7 @@ Dado(/^que desambigue por landing en '(.*)'$/) do |ciudad|
26
26
  end
27
27
 
28
28
  Entonces(/^espero que termine de cargar la pagina de landing$/) do
29
- Watir::Wait.until(timeout = 300){@page.titulo_element.present? or @page.titulo_banner_element.present? or @page.itinerario_element.present?}
29
+ Watir::Wait.until(timeout = 300){@page.mensaje_sin_resultados_2_element.present? or @page.mensaje_sin_resultados_element.present? or @page.mensaje_sin_resultados_ve_element.present? or @page.titulo_element.present? or @page.titulo_banner_element.present? or @page.itinerario_element.present?}
30
30
  sleep(5)
31
31
  end
32
32
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.14"
2
+ VERSION = "2.4.15"
3
3
  end
@@ -18,6 +18,8 @@ Característica: landing.disambiguation_airports
18
18
  Y verifico cada opcion de aeropuerto "<tipo>" en "<ciudad>"
19
19
  Y paso a landing
20
20
  Cuando espero que termine de cargar la pagina de landing
21
+ Entonces verifico que la pagina no rompa
22
+ Y verifico que traiga resultados de landing
21
23
  Entonces verifico que el aeropuerto elegido sea el buscado en landing
22
24
 
23
25
  @ar
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.14
4
+ version: 2.4.15
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-08 00:00:00.000000000 Z
11
+ date: 2016-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container