flights_gui_tests 1.6.1 → 1.6.2
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: 23db57f6341119b887f9f9bc81e982ebf391f3c3
|
|
4
|
+
data.tar.gz: ccba98eb3eff733735698a226c74f306b032bcb1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a2e49456320a9c9825f49718d4b4f12944ab207d72df7f0828fc9909edd71817e1d657acdbb26edd26e65faa7a4eebf19524b9769046c05be5b84de46e7b088e
|
|
7
|
+
data.tar.gz: 9d627e5c0b4c4c640365d7bc78c030c9020dfb8a51cc10536c462bbc6917070dd8fdea492e1f0499bc68eb380f3b238e14eef12faf71fd7be31c4f29f646ed1d
|
|
@@ -12,7 +12,7 @@ Cuando(/^(?:verifico|valido) que las datos de la pagina sean consistente a la bu
|
|
|
12
12
|
(html/"span.search-info").inner_text.no_accents.downcase.should match(@page.manage_data.city_from_1.name_lang[AllPages.lang].downcase)
|
|
13
13
|
(html/"span.search-info").inner_text.no_accents.downcase.should match(@page.manage_data.city_to_1.name_lang[AllPages.lang].downcase)
|
|
14
14
|
(!(html/"div.ux-search").length.zero?).should be_true
|
|
15
|
-
(!(html/"div#flights-alerts").length.zero?).should be_true if @page.tipo_de_busqueda=="roundtrip"
|
|
15
|
+
(!(html/"div#flights-alerts").length.zero?).should be_true if @page.tipo_de_busqueda=="roundtrip" and AllPages.lang!="en"
|
|
16
16
|
(!(html/"div#inline-filters-VERTICAL_FILTERS-wrapper").length.zero?).should be_true
|
|
17
17
|
end
|
|
18
18
|
end
|
|
@@ -15,8 +15,8 @@ module Results
|
|
|
15
15
|
itinerarios_elements[i].radio(:id,/inbound/).click if itinerarios_elements[i].radio(:id,/inbound/).present?
|
|
16
16
|
itinerarios_elements[i].link(:text,/pagos|cuotas|installments|juros/).click
|
|
17
17
|
popup_cuotas_element.when_visible(timeout=20)
|
|
18
|
+
sleep(1)
|
|
18
19
|
popup = Hpricot.parse(popup_cuotas_element.html)
|
|
19
|
-
sleep(0.5)
|
|
20
20
|
popup.inner_text.gsub(/\n/,'').strip.should_not match("los datos no estan disponibles")
|
|
21
21
|
popup_cuotas_element.span(:class,'popup-close-button popup-close').click
|
|
22
22
|
popup_cuotas_element.when_not_visible(timeout=20)
|
data/features/support/version.rb
CHANGED
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.6.
|
|
4
|
+
version: 1.6.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-04-
|
|
11
|
+
date: 2015-04-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|