From 8705ba39d0888fcfec6d19cc2b75441f1f6f1328 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 --- 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 2ea22856007..2204723c635 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.34.1