spec(system): try to fix logout

This commit is contained in:
simon lehericey 2022-10-07 18:23:41 +02:00
parent 1c37fd7a6f
commit fa133d03d0

View file

@ -131,7 +131,7 @@ module SystemHelpers
expect(page).to have_selector('#account.fr-collapse--expanded', visible: true) expect(page).to have_selector('#account.fr-collapse--expanded', visible: true)
click_on 'Se déconnecter' click_on 'Se déconnecter'
end end
expect(page).to have_current_path(root_path, wait: 5) expect(page).to have_current_path(root_path, wait: 30)
end end
# Keep the brower window open after a test success of failure, to # Keep the brower window open after a test success of failure, to