From 8017e603979e38f34ec7156dc6d51fdde7f47486 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Wed, 8 May 2024 16:51:32 +0200 Subject: [PATCH] Bug 32693: Fix history.t Signed-off-by: Katrin Fischer --- t/db_dependent/www/history.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/www/history.t b/t/db_dependent/www/history.t index 2ea2285600..2204723c63 100755 --- a/t/db_dependent/www/history.t +++ b/t/db_dependent/www/history.t @@ -57,7 +57,7 @@ $agent->field( 'login_password', $password ); $agent->field( 'login_userid', $user ); $agent->field( 'branch', '' ); $agent->click( '', 'Login to the intranet' ); -$agent->get_ok( "$intranet/cgi-bin/koha/about.pl", 'Load the about page' ); +$agent->get_ok( "$intranet/cgi-bin/koha/about.pl?tab=team", 'Load the about page' ); # Test about > timeline is correctly encoded my $encoded_latin_name = Encode::encode('UTF-8', 'Frédéric Demians'); -- 2.39.5