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

(-)a/t/db_dependent/selenium/administration_tasks.t (-1 / +3 lines)
Lines 186-191 SKIP: { Link Here
186
        $s->fill_form( { categorycode => $category_code, description => 'Test category', enrolmentperiod => 12, category_type => 'A' } );
186
        $s->fill_form( { categorycode => $category_code, description => 'Test category', enrolmentperiod => 12, category_type => 'A' } );
187
        $s->submit_form;
187
        $s->submit_form;
188
188
189
        # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden
190
        $driver->find_element('//select[@name="patron_categories_length"]/option[@value="-1"]')->click;
191
189
        $s->click(
192
        $s->click(
190
            {
193
            {
191
                href => '/admin/categories.pl?op=delete_confirm&categorycode=' . $category_code,
194
                href => '/admin/categories.pl?op=delete_confirm&categorycode=' . $category_code,
192
- 

Return to bug 24801