Bugzilla – Attachment 75278 Details for
Bug 19181
Intranet and OPAC authentication selenium test
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19181: Fix jenkins failure
Bug-19181-Fix-jenkins-failure.patch (text/plain), 966 bytes, created by
Jonathan Druart
on 2018-05-11 18:42:04 UTC
(
hide
)
Description:
Bug 19181: Fix jenkins failure
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-05-11 18:42:04 UTC
Size:
966 bytes
patch
obsolete
>From 4b9c144cc97a052cc4c0c4f489ed2cebf4904ce6 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
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 19181
:
66502
|
66505
|
68824
|
68825
|
74854
|
75156
|
75157
|
75158
| 75278 |
75285