Bugzilla – Attachment 109143 Details for
Bug 26015
Terminology: staff interface should be used everywhere
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26015: Fix selenium test
Bug-26015-Fix-selenium-test.patch (text/plain), 1.12 KB, created by
Jonathan Druart
on 2020-08-26 10:52:07 UTC
(
hide
)
Description:
Bug 26015: Fix selenium test
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2020-08-26 10:52:07 UTC
Size:
1.12 KB
patch
obsolete
>From 2c5bf7425b4ec3f7bf9dd6f52f5c2b548ca174bd Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 26015
:
107049
|
107226
|
107643
|
108304
|
108305
|
109141
|
109142
|
109143
|
109144
|
109145
|
109146
|
109147
|
109279
|
109280
|
109281