effective_test_bot 0.6.10 → 0.6.11
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f7f31cd0ae5cbb23b37c73a7c932795edd534e1
|
|
4
|
+
data.tar.gz: a0728e3acc1a33da48f72023dfe18a7efded3d3a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4b834472643a6819b02f475071a63c34365ee505d8719d10f76540773f1783452de64f3c56ca27a085d22350729c38bda1c31d4fb6681da9f02c08d3e2fc0793
|
|
7
|
+
data.tar.gz: 4faa9cf221fe6b79d1bcd70e46c4d6e18e33be05ea14e7f9b1abb7851137185c957874115e19dc534a00376817789c64132d3e71d87d4e9f91baf931548c9fb8
|
|
@@ -65,7 +65,7 @@ module EffectiveTestBotFormHelper
|
|
|
65
65
|
# make the 'submit form' step look nice
|
|
66
66
|
def click_submit(label, last: false, debug: false)
|
|
67
67
|
if label.present?
|
|
68
|
-
submit = find(:link_or_button, label)
|
|
68
|
+
submit = find(:link_or_button, label, match: :first)
|
|
69
69
|
assert submit.present?, "TestBotError: Unable to find a visible submit link or button on #{page.current_path} with the label #{label}"
|
|
70
70
|
else
|
|
71
71
|
submit = find("input[type='submit'],button[type='submit']", match: :first)
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: effective_test_bot
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.6.
|
|
4
|
+
version: 0.6.11
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Code and Effect
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-11-
|
|
11
|
+
date: 2017-11-10 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|