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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edb8767051387cdfd55bb4704f5e3cd39fe8af42
4
- data.tar.gz: 5cadaae8fe35d9d65c9b608a77ad8d47ce658b8e
3
+ metadata.gz: ed5fbc69c701e68e1adcbcfb0232af9550ea3c45
4
+ data.tar.gz: e8ef7e7a8392262214ca17cfa44147efcf794243
5
5
  SHA512:
6
- metadata.gz: a9cbee48cd5f2f6a8de85fe1269bfc2d32cda360888d58291f634b3cb477f23af7082f9a888b2da2d9af508a7c17221f05efb597bfba48370f35704a6a217581
7
- data.tar.gz: c62f939b4302f8b005bcf50bfe8a9032238a06fb6cfa8e6c8d874251075db0aa0abe5645a7f80e7555840d0db23853d1bca2a088e0282cee4d3a7cd77f1c2f15
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
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.31"
2
+ VERSION = "2.4.32"
3
3
  end
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.31
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-04 00:00:00.000000000 Z
11
+ date: 2016-02-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: henry-container