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

(-)a/t/db_dependent/selenium/administration_tasks.t (-1 / +3 lines)
Lines 136-141 SKIP: { Link Here
136
        );     # Edit
136
        );     # Edit
137
        $s->fill_form( { branchname => 'another branchname' } );
137
        $s->fill_form( { branchname => 'another branchname' } );
138
        $s->submit_form;
138
        $s->submit_form;
139
140
        # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our library is not hidden
141
        $driver->find_element('//select[@name="libraries_length"]/option[@value="-1"]')->click;
139
        $s->click(
142
        $s->click(
140
            {
143
            {
141
                id => 'delete_library_'.$branchcode,
144
                id => 'delete_library_'.$branchcode,
142
- 

Return to bug 24801