From 5f8126aef3cd9e2162053b691b83ada6309d8149 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 26 Oct 2022 08:30:55 +0100 Subject: [PATCH] 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 --- t/lib/Mocks/Zebra.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/lib/Mocks/Zebra.pm b/t/lib/Mocks/Zebra.pm index 62e8b9480b..cc45a5c958 100644 --- a/t/lib/Mocks/Zebra.pm +++ b/t/lib/Mocks/Zebra.pm @@ -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( -- 2.39.2