mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-09-09 22:49:38 +02:00
Update capybara
This commit is contained in:
+3
-2
@@ -118,8 +118,9 @@ should_not doesn't wait for a timeout from the driver
|
||||
## Capybara RSpec matchers
|
||||
|
||||
```rb
|
||||
# all selectors have...
|
||||
text: 'welcome'
|
||||
# all matchers have...
|
||||
text: 'welcome'
|
||||
text: /Hello/
|
||||
visible: true
|
||||
count: 4
|
||||
between: 2..5
|
||||
|
||||
Reference in New Issue
Block a user