It's failing on D12 in Jenkins, but also locally in ktd: t/db_dependent/selenium/authentication.t .. # Failed test 'Patron cannot access svc script where circulate permissions are required' # at t/db_dependent/selenium/authentication.t line 135. # 'An Error Occurred' # doesn't match '(?^u:Error 500)' # Looks like you failed 1 test of 17. # Failed test 'not authorized' # at t/db_dependent/selenium/authentication.t line 140. # Looks like you failed 1 test of 7.
Created attachment 168637 [details] [review] Bug 37283: Update expected error page title I dont know how this was working before, but if we do: cat -n /usr/share/perl5/HTTP/Response.pm | grep Error We notice that error_as_HTML returns 'An Error Occurred' for page title and that is what we should be expecting?
Created attachment 168639 [details] [review] Bug 37283: Update expected error page title I dont know how this was working before, but if we do: cat -n /usr/share/perl5/HTTP/Response.pm | grep Error We notice that error_as_HTML returns 'An Error Occurred' for page title and that is what we should be expecting? Signed-off-by: David Nind <david@davidnind.com>
Created attachment 168645 [details] [review] Bug 37283: Update expected error page title I dont know how this was working before, but if we do: cat -n /usr/share/perl5/HTTP/Response.pm | grep Error We notice that error_as_HTML returns 'An Error Occurred' for page title and that is what we should be expecting? Signed-off-by: David Nind <david@davidnind.com> Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> Caused by bug 37056.
Pushed for 24.11! Well done everyone, thank you!
Backported to 24.05.x for upcoming 24.05.06
Depends on Bug 37056 not in 23.11.x
Bug fix, nothing to add/edit in the manual.