Bug 31162: (follow-up) Fix Mocks/Zebra.pm

This patch updates the t/lib/Mocks/Zebra.pm testing module for the
change of navigation.

Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Martin Renvoize 2022-10-26 08:30:55 +01:00 committed by Tomas Cohen Arazi
parent a31a6bb352
commit 5f8126aef3
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -136,8 +136,8 @@ sub load_records_ui {
$agent->get_ok( "$cgi_root/mainpage.pl", 'load main page' );
$agent->follow_link_ok( { url_regex => qr/tools-home/i }, 'open tools module' );
$agent->follow_link_ok( { text => 'Stage MARC records for import' },
$agent->follow_link_ok( { url_regex => qr/cataloging-home/i }, 'open caaloging module' );
$agent->follow_link_ok( { text => 'Stage records for import' },
'go to stage MARC' );
$agent->post(