spec(system): try to fix logout
This commit is contained in:
parent
1c37fd7a6f
commit
fa133d03d0
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ module SystemHelpers
|
|||
expect(page).to have_selector('#account.fr-collapse--expanded', visible: true)
|
||||
click_on 'Se déconnecter'
|
||||
end
|
||||
expect(page).to have_current_path(root_path, wait: 5)
|
||||
expect(page).to have_current_path(root_path, wait: 30)
|
||||
end
|
||||
|
||||
# Keep the brower window open after a test success of failure, to
|
||||
|
|
Loading…
Reference in a new issue