ds-gui-automation 0.2.50 → 0.2.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: e6b75dc6440da8f1c629aee66a1233a71896bd71
4
- data.tar.gz: f7263c22a1d7591057dc5346f14dbd7616595360
3
+ metadata.gz: 123f1b955702186de07e21733068f7f559db5c38
4
+ data.tar.gz: e23a64742897f58c4a3e0c04ed03612277610d7f
5
5
  SHA512:
6
- metadata.gz: cc4cf82f9f873860d4fa50fbe8680f54be2f233b3d84ceca667adb14c342507c44d7bef10ab64c933fcb7dc1cb12d742e6599ce32cd2402369c7429b97bb298d
7
- data.tar.gz: 4c97ceb77f81f798cb3b0db503d1645664b097b223888e3360b278bd1489e56402873794c2141b176c0058f4293ccc4c44f87049fee5dfdef2119899e8b3244c
6
+ metadata.gz: 1be31a304676872f1907db4968859fce4ca7069d907fd12815c6ba321f58f30059619bb2f996a4b136692405793ca4b785932c536aa14e108117e64b2dfc9f47
7
+ data.tar.gz: 31ce878b9f2b389fb9f397a549c787c9e2a9ac7e442d1fb49bc6e28336a79894cc71ef6768ab411cad1bf4ca7dbdf06e44e37c377f8425e5185aa89703b8e073
@@ -223,7 +223,7 @@ Given(/^I proceed to transfer checkout$/) do
223
223
 
224
224
  clusters = @browser.divs(:class,'ux-transfers-cluster').to_a
225
225
 
226
- raise "No results found for the specified destination" unless !clusters.empty?
226
+ raise "No results found for the specified destination ==> #{@browser.url}" unless !clusters.empty?
227
227
 
228
228
  clusters.to_a.shuffle.first.a(:class, 'ux-button primary').click
229
229
 
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.50"
2
+ VERSION = "0.2.51"
3
3
  end
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.2.50
4
+ version: 0.2.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa