diff --git a/capybara.md b/capybara.md index dafaa2f7f..82dc14e33 100644 --- a/capybara.md +++ b/capybara.md @@ -125,7 +125,7 @@ should_not doesn't wait for a timeout from the driver between: 2..5 minimum: 2 maximum: 5 - wait: N # has_text + wait: 10 expect(page).to have_selector '.blank-state' expect(page).to have_selector 'h1#hola', text: 'Welcome'