From 4107c8def4624bcd1c413dbd23053851f1fd93cb Mon Sep 17 00:00:00 2001 From: Kyle Hall Date: Fri, 19 Nov 2021 11:40:55 -0500 Subject: [PATCH] Revert "Bug 29485: Trying to prevent administration_tasks.t to fail randomly" This reverts commit cf762b0be39c21d45b48a6fa783a0fde0ed0f6e7. --- t/db_dependent/selenium/administration_tasks.t | 5 ----- 1 file changed, 5 deletions(-) diff --git a/t/db_dependent/selenium/administration_tasks.t b/t/db_dependent/selenium/administration_tasks.t index f46bbad412..080bb38912 100755 --- a/t/db_dependent/selenium/administration_tasks.t +++ b/t/db_dependent/selenium/administration_tasks.t @@ -184,11 +184,6 @@ SKIP: { }; { # Patron categories - # For an unknown reason the click on the admin-home link does not work - # At this point we were still on the authorised value list view. - # A workaround (and dirty fix) is to logout/login and see if it fixes the problem - $driver->get( $mainpage . q|?logout.x=1| ); - $s->auth; $driver->get($mainpage); $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ); # Koha administration $s->click( { href => '/admin/categories.pl', main_class => 'main container-fluid' } ); # Patron categories -- 2.39.2