Update capybara
This commit is contained in:
parent
5d8acd4cf6
commit
d3f127aa71
|
@ -118,8 +118,9 @@ should_not doesn't wait for a timeout from the driver
|
||||||
## Capybara RSpec matchers
|
## Capybara RSpec matchers
|
||||||
|
|
||||||
```rb
|
```rb
|
||||||
# all selectors have...
|
# all matchers have...
|
||||||
text: 'welcome'
|
text: 'welcome'
|
||||||
|
text: /Hello/
|
||||||
visible: true
|
visible: true
|
||||||
count: 4
|
count: 4
|
||||||
between: 2..5
|
between: 2..5
|
||||||
|
|
Loading…
Reference in New Issue