ds-gui-automation 0.2.52 → 0.2.53

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: 2926aff072c59cb4014fbeb00500508b5aa0e658
4
- data.tar.gz: 51e16ebc4c83087c6b80f27c2da677a84375dbfc
3
+ metadata.gz: 3235c2f214217cc42d8773d239f51d9f9d2af17f
4
+ data.tar.gz: f39822f47f8a33598b4954ee10e5ec3158e2a3ba
5
5
  SHA512:
6
- metadata.gz: c60c83a879951ea8e2faf94f1ad5768d0f138b0497356c79e90f9a8b76b4638e639f498caa09f452194ba7dc776dee32cf600886b44ec5383a41697efba86ed7
7
- data.tar.gz: bf2236a385c70ff62d7194e9aebecb91fdd9cd33cb6d0c8f5a44fd8bb7d20cbefb289722f29fd15b7e2634247c3e2fb84e0797ee3ab7763d3d0caf5aa2051e4f
6
+ metadata.gz: 23010ca6a2e3710bd6be926e8f8dd67d568b47dc192031f3b1317bd654fe76c7629ccd8bc742dac2aae38dd9f5c547e9c7bceacfa20076cdde7fa0d395394644
7
+ data.tar.gz: b3848375667640462f2cf6338b0640cb4675404eb10f1bdcfb5fa2b4938ff8570176ac7c3b36047c766150e2dfed8845539a6fe071359eeebef1977ad5579f94
@@ -225,8 +225,6 @@ Given(/^I proceed to transfer checkout$/) do
225
225
 
226
226
  clusters = @browser.as(:class, 'ux-button primary').to_a
227
227
 
228
- binding.pry
229
-
230
228
  raise "No results found for the specified destination ==> #{@browser.url}" unless !clusters.empty?
231
229
 
232
230
  clusters.to_a.shuffle.first.click
data/lib/ds/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module DestinationServicesGUI
2
- VERSION = "0.2.52"
2
+ VERSION = "0.2.53"
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.52
4
+ version: 0.2.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - Santiago Ochoa