From fa133d03d0ccad9117c938c5e166317d773dd3fc Mon Sep 17 00:00:00 2001 From: simon lehericey Date: Fri, 7 Oct 2022 18:23:41 +0200 Subject: [PATCH] spec(system): try to fix logout --- spec/support/system_helpers.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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