@@ -, +, @@ fix --- t/db_dependent/selenium/administration_tasks.t | 3 +++ 1 file changed, 3 insertions(+) --- a/t/db_dependent/selenium/administration_tasks.t +++ a/t/db_dependent/selenium/administration_tasks.t @@ -136,6 +136,9 @@ SKIP: { ); # Edit $s->fill_form( { branchname => 'another branchname' } ); $s->submit_form; + + # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our library is not hidden + $driver->find_element('//select[@name="libraries_length"]/option[@value="-1"]')->click; $s->click( { id => 'delete_library_'.$branchcode, --