From a13f40e5502015560a85c162bd9ff6b56221ef79 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Mon, 3 Aug 2020 17:57:02 +0200 Subject: [PATCH] Bug 25811: Try to fix the random failure caused by not finding id=login --- t/db_dependent/selenium/authentication.t | 1 + 1 file changed, 1 insertion(+) diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index 359cac1cef..418346a202 100644 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -96,6 +96,7 @@ SKIP: { $driver->find_element('//a[@id="user-menu"]')->click; $driver->find_element('//a[@id="logout"]')->click; + $driver->get($mainpage); # This should not be needed but we the next find_element fails randomly $driver->find_element('//div[@id="login"]'); # logged out # Using the form on the right -- 2.20.1