Merge pull request #7821 from betagouv/try_to_fix_flaky_system_spec
fix(system spec): augmente le timeout de la déconnexion
This commit is contained in:
commit
79abca8945
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