Update capybara again

This commit is contained in:
Rico Sta. Cruz
2015-06-10 20:25:08 +08:00
parent 1bb387928c
commit 5d8acd4cf6
+1 -1
View File
@@ -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'