mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2026-09-14 00:54:22 +02:00
Update capybara again
This commit is contained in:
+1
-1
@@ -125,7 +125,7 @@ should_not doesn't wait for a timeout from the driver
|
|||||||
between: 2..5
|
between: 2..5
|
||||||
minimum: 2
|
minimum: 2
|
||||||
maximum: 5
|
maximum: 5
|
||||||
wait: N # has_text
|
wait: 10
|
||||||
|
|
||||||
expect(page).to have_selector '.blank-state'
|
expect(page).to have_selector '.blank-state'
|
||||||
expect(page).to have_selector 'h1#hola', text: 'Welcome'
|
expect(page).to have_selector 'h1#hola', text: 'Welcome'
|
||||||
|
|||||||
Reference in New Issue
Block a user