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
|
||||
|
||||
```rb
|
||||
# all selectors have...
|
||||
# all matchers have...
|
||||
text: 'welcome'
|
||||
text: /Hello/
|
||||
visible: true
|
||||
count: 4
|
||||
between: 2..5
|
||||
|
|
Loading…
Reference in New Issue