flights_gui_tests 2.3.50 → 2.3.51
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: f52732e955fbfe5ea9102078277d597b2f840da2
|
|
4
|
+
data.tar.gz: 2c0281a0693c0c7622a4f50a79a94bd6f40c6654
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: daa07dcd474b1d6769f092fce7130ec8ca9c7df33048e97b1e212b1b67e7f3bd19ab4b044355d3bff0a9f99a1d2e81a4d85148e35a2b7396d557f39ae8f9ee87
|
|
7
|
+
data.tar.gz: 2302e4b0cfb82e115216680238b44df95748c055171ab520db1f8549aaf0a2facec096171c28d3a25e113595ccb4d5b7f4de8cd2bdf0d2e328c8a37f1f0d34bc
|
|
@@ -49,7 +49,6 @@ Entonces(/^recorro y (?:verifico|valido) cada itinerario$/) do
|
|
|
49
49
|
$num = 0
|
|
50
50
|
@page.itinerarios_elements.each do |itinerario|
|
|
51
51
|
_itinerario = @page.cargar_itinerario(itinerario)
|
|
52
|
-
#@page.validar_millas(json,i) unless AllPages.internacional
|
|
53
52
|
@page.validar_mas_detalles(json,i,_itinerario)
|
|
54
53
|
@page.validar_detalles_itinerario(i)
|
|
55
54
|
@page.validar_popup_cuotas(i)
|
|
@@ -105,16 +105,17 @@ module Landing
|
|
|
105
105
|
itinerarios_elements[i].div(:class,'sub-cluster outbound').lis(:class,'detail')[j].links[0].span(:class,'text').click
|
|
106
106
|
new_popup_detail_elements[k].when_visible(timeout=20)
|
|
107
107
|
_cluster["idas"] << NewDetailsCluster.new(Hpricot.parse(new_popup_detail_elements[k].html))
|
|
108
|
-
itinerarios_elements[i].div(:class,'sub-cluster outbound').
|
|
108
|
+
itinerarios_elements[i].div(:class,'sub-cluster outbound').lis(:class,'detail')[j].span(:class,'itinerary-detail-hide').click
|
|
109
109
|
sleep(0.25)
|
|
110
110
|
k = k + 1
|
|
111
111
|
end
|
|
112
112
|
(cluster/"div.inbound li.cluster-item").each_with_index do |item,j|
|
|
113
113
|
itinerarios_elements[i].div(:class,'sub-cluster inbound').span(:class,'showMoreItineraries').click if itinerarios_elements[i].div(:class,'sub-cluster inbound').span(:class,'showMoreItineraries').present?
|
|
114
114
|
itinerarios_elements[i].div(:class,'sub-cluster inbound').lis(:class,'detail')[j].links[0].span(:class,'text').click
|
|
115
|
+
sleep(0.50)
|
|
115
116
|
new_popup_detail_elements[k].when_visible(timeout=20)
|
|
116
117
|
_cluster["vueltas"] << NewDetailsCluster.new(Hpricot.parse(new_popup_detail_elements[k].html))
|
|
117
|
-
itinerarios_elements[i].div(:class,'sub-cluster inbound').
|
|
118
|
+
itinerarios_elements[i].div(:class,'sub-cluster inbound').lis(:class,'detail')[j].span(:class,'itinerary-detail-hide').click
|
|
118
119
|
sleep(0.25)
|
|
119
120
|
k = k + 1
|
|
120
121
|
end
|
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: 2.3.
|
|
4
|
+
version: 2.3.51
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2015-10-
|
|
11
|
+
date: 2015-10-21 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|