From 4b9c144cc97a052cc4c0c4f489ed2cebf4904ce6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 11 May 2018 15:41:35 -0300 Subject: [PATCH] Bug 19181: Fix jenkins failure --- t/db_dependent/selenium/authentication.t | 3 +++ 1 file changed, 3 insertions(+) diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index 2591afa404..dfb4b47ac4 100644 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -72,6 +72,9 @@ SKIP: { plan tests => 6; my $mainpage = $s->opac_base_url . q|opac-main.pl|; + + $driver->get($mainpage . q|?logout.x=1|); # Disconnect first! We are logged in if staff and opac interfaces are separated by ports + $driver->get($mainpage); like( $driver->get_title, qr(Koha online catalog), 'Hitting the main page should not redirect to the login form'); -- 2.11.0