effective_test_bot 0.6.10 → 0.6.11

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: bf36cfb023e70353630f201670e7230e2cdef0c6
4
- data.tar.gz: fdbe2c4e0cbfb833aaf3af1ae707e7cdd50f3b7c
3
+ metadata.gz: 3f7f31cd0ae5cbb23b37c73a7c932795edd534e1
4
+ data.tar.gz: a0728e3acc1a33da48f72023dfe18a7efded3d3a
5
5
  SHA512:
6
- metadata.gz: 9bf828b9d81131ea1409b98dbe3dbb2210227dfae1622a0a0d012640dfd235eaa8b99e230f2e13667c6700c2fd6f2f275c0bfaecc5f8a7fbbb3616ca1a85da56
7
- data.tar.gz: 0cb85446450af6d0adc81a2a99c2eb794aab0f7ab0bc255906a7bf23547c359c022926b8eeb8b4c528bec65ceed2e7d4902a1e6dba1bc4c210b94d9089b9a805
6
+ metadata.gz: 4b834472643a6819b02f475071a63c34365ee505d8719d10f76540773f1783452de64f3c56ca27a085d22350729c38bda1c31d4fb6681da9f02c08d3e2fc0793
7
+ data.tar.gz: 4faa9cf221fe6b79d1bcd70e46c4d6e18e33be05ea14e7f9b1abb7851137185c957874115e19dc534a00376817789c64132d3e71d87d4e9f91baf931548c9fb8
@@ -1,3 +1,3 @@
1
1
  module EffectiveTestBot
2
- VERSION = '0.6.10'.freeze
2
+ VERSION = '0.6.11'.freeze
3
3
  end
@@ -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.10
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-09 00:00:00.000000000 Z
11
+ date: 2017-11-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails