diff --git a/capybara.md b/capybara.md index 82dc14e33..f42da30df 100644 --- a/capybara.md +++ b/capybara.md @@ -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