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 +4 -4
- data/features/step_definitions/checkout_steps.rb +0 -2
- data/lib/ds/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3235c2f214217cc42d8773d239f51d9f9d2af17f
|
4
|
+
data.tar.gz: f39822f47f8a33598b4954ee10e5ec3158e2a3ba
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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