ds-gui-automation 0.1.68 → 0.1.69

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: 850037656b2cee2a6fe34348eb112d0495220ba9
4
- data.tar.gz: e4a3e99bf2237715a7d71c566099175edfc4e0e4
3
+ metadata.gz: ba9511f0dc23d9a097a1f6eadec185c4a9c79512
4
+ data.tar.gz: b5c733e8911815f37d279d805362a20b41bc77d3
5
5
  SHA512:
6
- metadata.gz: 8847d95c63846c89a54a9f7c881cb2d3d14f5370a51aece85429a5d3803c78db54c394b85382360d503fe432df6e04f53c4554ad523cbb951d560753a4e52541
7
- data.tar.gz: e1464ae0ea8afcb650dda846b53b8ee94acfb3603f9505bdf4aa0f11eab270a44d332428558c21300f42ab3acee5a87ecd26788a3685b8d47276af21ca3e8938
6
+ metadata.gz: 77ef22f85007d46c4c2f2f8d8165604cad8a98c0679b1831db47ea434f7ef9f88bb660801b35c1c717311e632a72d981b8c671b05c4ad5656e04a50ce679084f
7
+ data.tar.gz: 45595ac96e4aba0925f75a7d35f2b59a7f47b9065fb7515697910fa49e78b2ee66bb67bb20db435118869c46e9d907260adc4bd37056308d4c9113ffb4dd22e8
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.1.68"
2
+ VERSION = "0.1.69"
3
3
  end
@@ -55,7 +55,9 @@ module Checkout
55
55
  def fill_pickup_information
56
56
 
57
57
  #browser.input(:class,'ux-destination-services-detail-hotel-radio-name').click if browser.input(:class,'ux-destination-services-detail-hotel-radio-name').present?
58
- browser.div(:class, 'ux-destination-services-checkout-detail-hotel').radios.last.click if browser.div(:class, 'ux-destination-services-checkout-detail-hotel').radios.size > 1
58
+ if browser.div(:class, 'ux-destination-services-checkout-detail-hotel').present?
59
+ browser.div(:class, 'ux-destination-services-checkout-detail-hotel').radios.last.click if browser.div(:class, 'ux-destination-services-checkout-detail-hotel').radios.size > 1
60
+ end
59
61
 
60
62
  end
61
63
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ds-gui-automation
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.68
4
+ version: 0.1.69
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa