@@ -, +, @@ --- 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 @@ -125,6 +125,9 @@ SKIP: { ; # New library $s->fill_form( { branchcode => $branchcode, branchname => 'my library' } ); $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( { href => '/admin/branches.pl?op=add_form&branchcode=' . $branchcode, --