View | Details | Raw Unified | Return to bug 24801
Collapse All | Expand All

(-)a/t/db_dependent/selenium/administration_tasks.t (-1 / +3 lines)
Lines 125-130 SKIP: { Link Here
125
          ;    # New library
125
          ;    # New library
126
        $s->fill_form( { branchcode => $branchcode, branchname => 'my library' } );
126
        $s->fill_form( { branchcode => $branchcode, branchname => 'my library' } );
127
        $s->submit_form;
127
        $s->submit_form;
128
129
        # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our library is not hidden
130
        $driver->find_element('//select[@name="libraries_length"]/option[@value="-1"]')->click;
128
        $s->click(
131
        $s->click(
129
            {
132
            {
130
                href => '/admin/branches.pl?op=add_form&branchcode=' . $branchcode,
133
                href => '/admin/branches.pl?op=add_form&branchcode=' . $branchcode,
131
- 

Return to bug 24801