flights_gui_tests 1.5.5 → 1.5.6

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: fd814af59715abcbea138dcb7cdbdc525bee941e
4
- data.tar.gz: ea9ca6ae71837b26b8eba35ea427411be4e6a723
3
+ metadata.gz: b962f5b0328c9d8c94b41275c4c3bbb466ff17ec
4
+ data.tar.gz: 1c9fef63e03f5919d0202393669b45db6f99a426
5
5
  SHA512:
6
- metadata.gz: 83ae897a08f5ffaf5c3b2f34b4433b913ac5949d20c6c8a1c127ba35985e81c9ee814d41e3486843d9e233ff70d400953312010fb4c2463f956a010be188fe57
7
- data.tar.gz: 9084ba3af5653ea2bc362e709ec7335014040b2350696df8af5e59678b5abe0f1002e2b142d4764b31139d76755046419ec5e623f785739c103749226f1b58a7
6
+ metadata.gz: ec82d4424e4e6512ced04e9f74bac8c548833b6f01ab512d2ad616bcda77ec029f0a16b09127bf8049335bf4cb46f9db344e76c526bbda8658f02f1bd3841f35
7
+ data.tar.gz: 0e5ef47450198899455f8acc2b7bd444433eec6d3a2fa6bd36501f7c525459985fc7704458b54cb54235e0a9cf9abfd468b75737fcb1258e9604209cb05a53a8
@@ -12,7 +12,7 @@ BR:
12
12
  - {code: "POA", airports: ["POA"], name: "Porto Alegre", name_lang: {es: "Porto Alegre",en: "Porto Alegre", pt: "Porto Alegre"}}
13
13
  - {code: "REC", airports: ["REC"], name: "Recife", name_lang: {es: "Recife",en: "Recife", pt: "Recife"}}
14
14
  MX:
15
- - {code: "MEX", airports: ["MEX", "TLC"], name: "Ciudad de Mexico|Cidade do Mexico|Mexico City", name_lang: {es: "Ciudad de Mexico",en: "Cidade do Mexico", pt: "Mexico City"}}
15
+ - {code: "MEX", airports: ["MEX", "TLC"], name: "Ciudad de Mexico|Cidade do Mexico|Mexico City", name_lang: {es: "Ciudad de Mexico",en: "Mexico City", pt: "Cidade do Mexico"}}
16
16
  - {code: "GDL", airports: ["GDL"], name: "Guadalajara", name_lang: {es: "Guadalajara",en: "Guadalajara", pt: "Guadalajara"}}
17
17
  - {code: "CUN", airports: ["CUN"], name: "Cancun", name_lang: {es: "Cancun",en: "Cancun", pt: "Cancun"}}
18
18
  - {code: "MTY", airports: ["MTY"], name: "Monterrey", name_lang: {es: "Monterrey",en: "Monterrey", pt: "Monterrey"}}
@@ -17,6 +17,7 @@ module Results
17
17
  popup_cuotas_element.when_visible(timeout=20)
18
18
  popup = Hpricot.parse(popup_cuotas_element.html)
19
19
  sleep(0.5)
20
+ popup.inner_text.strip.should_not match("los datos no estan disponibles")
20
21
  popup_cuotas_element.span(:class,'popup-close-button popup-close').click
21
22
  popup_cuotas_element.when_not_visible(timeout=20)
22
23
  else
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.5.5"
2
+ VERSION = "1.5.6"
3
3
  end
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: 1.5.5
4
+ version: 1.5.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-31 00:00:00.000000000 Z
11
+ date: 2015-04-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container