From 2c5bf7425b4ec3f7bf9dd6f52f5c2b548ca174bd Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 26 Aug 2020 12:51:52 +0200 Subject: [PATCH] Bug 26015: Fix selenium test --- t/db_dependent/selenium/authentication.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/selenium/authentication.t b/t/db_dependent/selenium/authentication.t index d24558de2d..90797f761b 100644 --- a/t/db_dependent/selenium/authentication.t +++ b/t/db_dependent/selenium/authentication.t @@ -59,7 +59,7 @@ SKIP: { $driver->get($mainpage . q|?logout.x=1|); $patron->flags(4)->store; # catalogue permission $s->auth( $patron->userid, $password ); - like( $driver->get_title, qr(Koha staff interface), 'Patron with flags catalogue should be able to login' ); + like( $driver->get_title, qr(Koha staff client), 'Patron with flags catalogue should be able to login' ); $driver->get($mainpage . q|?logout.x=1|); like( $driver->get_title(), qr(Log in to Koha), 'If logout is requested, login form should be displayed' ); -- 2.20.1