68 |
$s->auth( $patron->userid, $password ); |
68 |
$s->auth( $patron->userid, $password ); |
69 |
like( $driver->get_title, qr(Koha staff client), 'Patron with flags superlibrarian should be able to login' ); |
69 |
like( $driver->get_title, qr(Koha staff interface), 'Patron with flags superlibrarian should be able to login' ); |
71 |
push @data_to_cleanup, $patron, $patron->category, $patron->library; |
71 |
push @data_to_cleanup, $patron, $patron->category, $patron->library; |