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

(-)a/t/lib/Mocks/Zebra.pm (-3 / +2 lines)
Lines 136-143 sub load_records_ui { Link Here
136
136
137
    $agent->get_ok( "$cgi_root/mainpage.pl", 'load main page' );
137
    $agent->get_ok( "$cgi_root/mainpage.pl", 'load main page' );
138
138
139
    $agent->follow_link_ok( { url_regex => qr/tools-home/i }, 'open tools module' );
139
    $agent->follow_link_ok( { url_regex => qr/cataloging-home/i }, 'open caaloging module' );
140
    $agent->follow_link_ok( { text => 'Stage MARC records for import' },
140
    $agent->follow_link_ok( { text => 'Stage records for import' },
141
        'go to stage MARC' );
141
        'go to stage MARC' );
142
142
143
    $agent->post(
143
    $agent->post(
144
- 

Return to bug 31162