https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=25811 Nick Clemens <nick@bywatersolutions.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |nick@bywatersolutions.com --- Comment #22 from Nick Clemens <nick@bywatersolutions.com> --- (In reply to Jonathan Druart from comment #21)
Koha_Master_U18 #871
12:20:17 koha_1 | # Failed test 'OPAC interface authentication' 12:20:17 koha_1 | # at t/db_dependent/selenium/authentication.t line 134. 12:20:17 koha_1 | An element could not be located on the page using the given search parameters: //div[@id="login"],xpath at t/db_dependent/selenium/authentication.t line 100. 12:20:17 koha_1 | # Looks like your test exited with 255 just after 2. 12:20:18 koha_1 | [10:20:18] t/db_dependent/selenium/authentication.t
The screen capture shows we are still logged in. Is it possible: 1 - That the mainpage has been cached and when we 'get' it we are still seeing when we were logged in? 2 - That we are somehow being logged in by another test running at same time? LDAP or Shib or something retaining a logged in cookie? 3 - Could we dump the patron info so we can see if it is this patron that has not been logged out, or another patron that is logged in? -- You are receiving this mail because: You are watching all bug changes.