https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=26015 Joonas Kylmälä <joonas.kylmala@helsinki.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Signed Off |Failed QA --- Comment #13 from Joonas Kylmälä <joonas.kylmala@helsinki.fi> --- This breaks at least the following test:
t/db_dependent/selenium/authentication.t .. # Failed test 'Patron with flags catalogue should be able to login' # at t/db_dependent/selenium/authentication.t line 62. # 'Koha staff client' # doesn't match '(?^u:Koha staff interface)' # Looks like you failed 1 test of 5.
I wanted to test the other tests too but they don't run on the default koha-testing-docker settings or maybe there is a bug in them too (although unrelated to these string changes):
t/db_dependent/www/auth_values_input_www.t .. Warning: <retrieval> element has non-unique value in 'name' key attribute: F at t/db_dependent/www/auth_values_input_www.t line 36. Warning: <retrieval> element has non-unique value in 'name' key attribute: B at t/db_dependent/www/auth_values_input_www.t line 36. Error GETing /cgi-bin/koha/mainpage.pl: URL must be absolute at t/db_dependent/www/auth_values_input_www.t line 65.
There seems to be still Staff client in koha-tmpl/intranet-tmpl/prog/en/modules/intranet-main.tt. Given this turned out to be not so trivial change I would like to request someone to sign-off the second patch before submitting this for QA team to review. -- You are receiving this mail because: You are watching all bug changes.