From 5d8acd4cf6b7b498adcf5e89dc8ce03d085581e4 Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Wed, 10 Jun 2015 20:25:08 +0800 Subject: [PATCH] Update capybara again --- capybara.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'