fix(system spec): increase timeout for log out
This commit is contained in:
parent
9cc5415a1a
commit
3f0fd506bd
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ module SystemHelpers
|
|||
click_button(title: 'Mon compte')
|
||||
click_on 'Se déconnecter'
|
||||
end
|
||||
expect(page).to have_current_path(root_path)
|
||||
expect(page).to have_current_path(root_path, wait: 5)
|
||||
end
|
||||
|
||||
# Keep the brower window open after a test success of failure, to
|
||||
|
|
Loading…
Reference in a new issue