Lines 184-189
SKIP: {
Link Here
|
184 |
}; |
184 |
}; |
185 |
|
185 |
|
186 |
{ # Patron categories |
186 |
{ # Patron categories |
|
|
187 |
# For an unknown reason the click on the admin-home link does not work |
188 |
# At this point we were still on the authorised value list view. |
189 |
# A workaround (and dirty fix) is to logout/login and see if it fixes the problem |
190 |
$driver->get( $mainpage . q|?logout.x=1| ); |
191 |
$s->auth; |
187 |
$driver->get($mainpage); |
192 |
$driver->get($mainpage); |
188 |
$s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ); # Koha administration |
193 |
$s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ); # Koha administration |
189 |
$s->click( { href => '/admin/categories.pl', main_class => 'main container-fluid' } ); # Patron categories |
194 |
$s->click( { href => '/admin/categories.pl', main_class => 'main container-fluid' } ); # Patron categories |
190 |
- |
|
|