View | Details | Raw Unified | Return to bug 31162
Collapse All | Expand All

(-)a/t/db_dependent/www/batch.t (-3 / +2 lines)
Lines 69-76 $agent->click_ok( '', 'login to staff interface' ); Link Here
69
69
70
$agent->get_ok( "$intranet/cgi-bin/koha/mainpage.pl", 'load main page' );
70
$agent->get_ok( "$intranet/cgi-bin/koha/mainpage.pl", 'load main page' );
71
71
72
$agent->follow_link_ok( { url_regex => qr/tools-home/i }, 'open tools module' );
72
$agent->follow_link_ok( { url_regex => qr/cataloging-home/i }, 'open cataloging module' );
73
$agent->follow_link_ok( { text => 'Stage MARC records for import' },
73
$agent->follow_link_ok( { text => 'Stage records for import' },
74
    'go to stage MARC' );
74
    'go to stage MARC' );
75
75
76
$agent->post(
76
$agent->post(
77
- 

Return to bug 31162