flights_gui_tests 2.4.31 → 2.4.32
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 +4 -4
- data/features/support/pages/results/search_page.rb +2 -2
- data/features/support/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ed5fbc69c701e68e1adcbcfb0232af9550ea3c45
|
|
4
|
+
data.tar.gz: e8ef7e7a8392262214ca17cfa44147efcf794243
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 248e236c7ee7b4481c57a2c942a6b80132e1febaf9fa1042f3b1011fed40e80fbe805b4d424b5e6855b88616de5ee35434b79e9d1c3bd66b0fbdf61d7fe47bbf
|
|
7
|
+
data.tar.gz: 007a33f759c2cd75e28a25a957685a8f391de8bbce4c146948e8f30476b5d7757830f069a3df1969c8b7f052f38bfedf3fed0aa12cd100f1cad651bd3753da7d
|
|
@@ -151,8 +151,8 @@ module Results
|
|
|
151
151
|
|
|
152
152
|
def elegir_itinerario(index)
|
|
153
153
|
cerrar_popup_alerta_element.click if cerrar_popup_alerta_element.present?
|
|
154
|
-
itinerarios_elements[index].div(:class,'sub-cluster outbound').radios[0].click unless tipo_de_busqueda=="multipledestinations"
|
|
155
|
-
itinerarios_elements[index].div(:class,'sub-cluster inbound').radios[0].click if tipo_de_busqueda=="roundtrip"
|
|
154
|
+
execute_script("javascript:void($('##{itinerarios_elements[index].div(:class,'sub-cluster outbound').li(:class,'radio').radios[0].id}').click())") unless tipo_de_busqueda=="multipledestinations"
|
|
155
|
+
execute_script("javascript:void($('##{itinerarios_elements[index].div(:class,'sub-cluster inbound').li(:class,'radio').radios[0].id}').click())") if tipo_de_busqueda=="roundtrip"
|
|
156
156
|
boton_comprar = itinerarios_elements[index].links(:class,/buy/).select{|boton| boton.present?}
|
|
157
157
|
begin
|
|
158
158
|
boton_comprar.first.click
|
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.4.
|
|
4
|
+
version: 2.4.32
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- lgonzalez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-02-
|
|
11
|
+
date: 2016-02-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: henry-container
|