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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 8a3ae24c5416de6bd8727100b47ccfb783c038e0
|
|
4
|
+
data.tar.gz: 89c149b61af7945e408f3a613b6b5cc584e2ee2f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
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/"
|
|
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
|
data/features/support/version.rb
CHANGED
|
@@ -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
|