diff --git a/spec/support/system_helpers.rb b/spec/support/system_helpers.rb index b8dc9505f..6a3be5cf0 100644 --- a/spec/support/system_helpers.rb +++ b/spec/support/system_helpers.rb @@ -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