fix(system spec): increase timeout for log out

This commit is contained in:
simon lehericey 2022-09-29 17:24:48 +02:00
parent 9cc5415a1a
commit 3f0fd506bd

View file

@ -130,7 +130,7 @@ module SystemHelpers
click_button(title: 'Mon compte') click_button(title: 'Mon compte')
click_on 'Se déconnecter' click_on 'Se déconnecter'
end end
expect(page).to have_current_path(root_path) expect(page).to have_current_path(root_path, wait: 5)
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