flights_gui_tests 2.4.18 → 2.4.19

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: 395d177d2216a4bcd8fc6e1afcf595c87ba6912f
4
- data.tar.gz: c2f8c274e6e7cc61f4401d65250fa7a296a714f6
3
+ metadata.gz: 041c31af1f7259ad9e5325f0e0d3bda2e6b6f58e
4
+ data.tar.gz: 72db26ed4a06085d47b835a2996b208f86d8bb48
5
5
  SHA512:
6
- metadata.gz: 22d6718f8c8efcb757f7559fca82f67df6d6911ae52f3067895943798ccde166989e7792e90d8109e21c5d38595e629526170cb91443a6cc53d5586db295066d
7
- data.tar.gz: 9bdfecb477bda9c7c84afd1b397b557d4c980c1c7185d6f9c9fa6e7050125c5e41fdad314d757bc179c4ea67d1732339ae1293336a9ef2608f65868fec07bb35
6
+ metadata.gz: 1178cd21bbd2f6af3ba9b6296f50be9929f2424c80febd1b9518125bf5398481d39d6f42ff50c3623da8cefde410f90d01ddaf6cad717dce921785dc615f9f37
7
+ data.tar.gz: 5a9ab04916e6ab85e2ea84bb74024f65b03dd11996fcdac46ba401216c9271c3297a375e6c27a5f79151fa447a7bc5124a8ff26e0292eee7e0c723708d6767ed
@@ -10,7 +10,11 @@ end
10
10
 
11
11
  Cuando(/^seteo las edades de los menores$/) do
12
12
  @page.manage_data.get_childrens.to_i.times do | j |
13
- @page.browser.select(:class,"sbox-ui-select sbox-children sbox-children-#{1+j}-age").select_value(["I","C"][rand(2)])
13
+ if @page.browser.li(:class,"ctn-select-age ctn-#{1+j}").present?
14
+ @page.browser.li(:class,"ctn-select-age ctn-#{1+j}").select_lists[0].select_value(["I","C"][rand(2)])
15
+ else
16
+ @page.browser.select(:class,"sbox-ui-select sbox-children sbox-children-#{1+j}-age").select_value(["I","C"][rand(2)])
17
+ end
14
18
  end
15
19
  end
16
20
 
@@ -1,3 +1,3 @@
1
1
  module FlightsGui
2
- VERSION = "2.4.18"
2
+ VERSION = "2.4.19"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: flights_gui_tests
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.4.18
4
+ version: 2.4.19
5
5
  platform: ruby
6
6
  authors:
7
7
  - lgonzalez