From 40a40752e3631f8a53e131a446ce8d5b76004925 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 26 Oct 2022 08:35:38 +0100 Subject: [PATCH] Bug 31162: (follow-up) Fix www/batch.t This patch updates the t/db_dependent/www/batch.t test for the change of navigation. Signed-off-by: Tomas Cohen Arazi --- t/db_dependent/www/batch.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/www/batch.t b/t/db_dependent/www/batch.t index a1d97d83ad..f883e2f978 100755 --- a/t/db_dependent/www/batch.t +++ b/t/db_dependent/www/batch.t @@ -69,8 +69,8 @@ $agent->click_ok( '', 'login to staff interface' ); $agent->get_ok( "$intranet/cgi-bin/koha/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 cataloging module' ); +$agent->follow_link_ok( { text => 'Stage records for import' }, 'go to stage MARC' ); $agent->post( -- 2.39.5