https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40379 --- Comment #5 from Jonathan Druart <jonathan.druart@gmail.com> --- (In reply to Marcel de Rooy from comment #3)
t/db_dependent/www/batch.t 1..25 ok 1 - connect to intranet ok 2 - login to staff interface ok 3 - load main page Link not found at /usr/share/koha/t/lib/Mocks/Zebra.pm line 171. ok 4 - no warnings # Looks like your test exited with 255 just after 4.
It's passing for me. (In reply to Marcel de Rooy from comment #4)
$agent->follow_link_ok( { url_regex => qr/cataloging-home/i }, 'open caaloging module' );
Whats happening here?
The test is hitting the mainpage then search for the "Cataloging" link (you should see /cgi-bin/koha/cataloguing/cataloging-home.pl) What about the other tests? Maybe it's a problem with the changes made here, and the credentials used by the tests to connect to the interface. -- You are receiving this mail because: You are watching all bug changes.