flights_gui_tests 1.1.0 → 1.1.1

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: 3aa98dbe9c788c25a30bbfdcb7d3901598a19b7e
4
- data.tar.gz: 0249afb542c3d6756a7a4071116e55c8d61e3697
3
+ metadata.gz: 9ec379675c2ab7f84d19cfa4e2df361bdeb9d985
4
+ data.tar.gz: 9d1d7d008571b23d76ca30a2d91f943052b68b98
5
5
  SHA512:
6
- metadata.gz: 5d85007dce0ec1fce971c06aea69de4a56120335d816230698f8ff9b122749175881510144f670eec7696066e947ab702cf40eda47d6b49f8436abd6282888d2
7
- data.tar.gz: afaf7b2651284393b3b37acdea5e24614c21396e534b4ce94e2b1fd124261eebd2e55f4cd4c5c3d5d4506493f09398340af8c2e37324ad36a91958954fde56dc
6
+ metadata.gz: c8d5c063bdb7fbf177a37f610db1ca92ba753bfa6fd7aaecff21c974ae7702c726d6e1d1d5330c4c09d833cb0d9c7e6926463a23623bb59d440aa3e4835bdca1
7
+ data.tar.gz: bda18ff0297b41295e7a8c28ebe4d47d29710fb774ac7c108d3d1c66277d573d31090538526b640baf02f1e0a9e082eefcc6652db9efc719f210704cf6fd280d
@@ -2,6 +2,7 @@
2
2
  module Results
3
3
  class DesambiguationAirportsPage < AllPages
4
4
  include PageObject
5
+ include Pages::Cookies
5
6
 
6
7
  div(:mensaje_desambiguacion,:id=>"disambiguation-message")
7
8
 
@@ -2,6 +2,7 @@
2
2
  module Results
3
3
  class DesambiguationCityPage < AllPages
4
4
  include PageObject
5
+ include Pages::Cookies
5
6
 
6
7
  div(:mensaje_desambiguacion,:class=>"disambiguation-cities")
7
8
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "1.1.0"
2
+ VERSION = "1.1.1"
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.1.0
4
+ version: 1.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez