@@ -, +, @@ is ran --- t/db_dependent/selenium/authentication.t | 2 ++ 1 file changed, 2 insertions(+) --- a/t/db_dependent/selenium/authentication.t +++ a/t/db_dependent/selenium/authentication.t @@ -67,6 +67,8 @@ SKIP: { $patron->flags(1)->store; # superlibrarian permission $s->auth( $patron->userid, $password ); like( $driver->get_title, qr(Koha staff client), 'Patron with flags superlibrarian should be able to login' ); + + push @data_to_cleanup, $patron, $patron->category, $patron->library; }; subtest 'OPAC interface authentication' => sub { --