flights_gui_tests 2.4.64 → 2.4.65

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: 89355dca747c5360a1f552b1462a3f09aa2108cd
4
- data.tar.gz: 60c807219491a3973cd1ec85fd0b0f83d875d7a8
3
+ metadata.gz: 8a3ae24c5416de6bd8727100b47ccfb783c038e0
4
+ data.tar.gz: 89c149b61af7945e408f3a613b6b5cc584e2ee2f
5
5
  SHA512:
6
- metadata.gz: 4cd1af828ab9b30e9c58d4f63f7f97c4f1c95337c0b4d0cb2932731680e3af96fb30867f6adf6fe4610e68011c35dac9bdb1fbc61af172f77687f66538d7d58b
7
- data.tar.gz: 67c306d5df0bf34c62164c1c430855e50736b0d77b5e6133d16363daaa777c74cedbda80b5aa1a9794024c5f2762ab526d20bc1cf404553921d95395d138517c
6
+ metadata.gz: a7ab139e561ce69087355d116a93d9f78af152d6460134918a3965dd3f3d7a28428f822674c89c98b897e4ee676652907c20c1bd0bc5da295f5a956bcaec8ec0
7
+ data.tar.gz: 5be892fd9ec442b9396dcaa47c05f7f25f5f014a22f0f325c8d21b650347c8373ba1cb14d8dc6f92703cd011eb02fe7040cab7e96751b0437a78a83d7f6ee083
@@ -58,7 +58,7 @@ Entonces(/^(?:verifico|valido) la base tarifaria$/) do
58
58
  doc = Hpricot.parse(@page.html)
59
59
  price_matrix = (doc / "div#matrix span[@class='price-currency #{Helpers.currency(AllPages.site)} ']").first.inner_text.strip
60
60
  if @basefare == 'tot'
61
- price_cluster['tot'] = (doc/"div.clusters li.fare-price span.item-price span.price-currency").first.inner_text.strip
61
+ price_cluster['tot'] = (doc/"li.fare-price span.item-price span.price-currency").first.inner_text.strip
62
62
  else
63
63
  if (doc/"div.fare-detail-base span.price-currency").length == 2
64
64
  price_cluster['adt'] = (doc/"div.fare-detail-base span.#{Helpers.currency(AllPages.site)}").last.inner_text.strip
@@ -85,6 +85,7 @@ class AllPages
85
85
  def elegir_idioma()
86
86
  if @@site=="US"
87
87
  begin
88
+ sleep(1)
88
89
  if @browser.span(:class,'nevo-header-user-menu-icon-flag nevo--flag-US nevo--lang-es').present?
89
90
  @browser.span(:class,'nevo-header-user-menu-icon-flag nevo--flag-US nevo--lang-es').click
90
91
  @browser.li(:class,'nevo-header-popup-selector-item').links[0].click
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.64"
2
+ VERSION = "2.4.65"
3
3
  end
@@ -110,6 +110,7 @@ Característica: results.itineraries
110
110
  Cuando realizo la busqueda
111
111
  Entonces verifico que la pagina no rompa
112
112
  Cuando espero que termine de cargar la pagina de resultados
113
+ Cuando pruebo angular
113
114
  Entonces verifico que traiga resultados
114
115
  Cuando ordeno por "TOTALFARE_ASCENDING"
115
116
  Cuando espero que termine de cargar la pagina de resultados
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: 2.4.64
4
+ version: 2.4.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez