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

(-)a/t/db_dependent/selenium/administration_tasks.t (-1 / +3 lines)
Lines 198-203 SKIP: { Link Here
198
        $s->fill_form( { categorycode => $category_code, description => 'Test category', enrolmentperiod => 12, category_type => 'A' } );
198
        $s->fill_form( { categorycode => $category_code, description => 'Test category', enrolmentperiod => 12, category_type => 'A' } );
199
        $s->submit_form;
199
        $s->submit_form;
200
200
201
        # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden
202
        $s->show_all_entries('//div[@id="patron_categories_wrapper"]');
203
201
        $s->click(
204
        $s->click(
202
            {
205
            {
203
                href       => '/admin/categories.pl?op=add_form&categorycode=' . $category_code,
206
                href       => '/admin/categories.pl?op=add_form&categorycode=' . $category_code,
204
- 

Return to bug 35556