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

(-)a/t/db_dependent/selenium/administration_tasks.t (-1 / +11 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
        $s->click(
202
            {
203
                href       => '/admin/categories.pl?op=add_form&categorycode=' . $category_code,
204
                main_class => 'main container-fluid'
205
            }
206
        );    # Edit button
207
        $s->submit_form;
208
209
        # Make sure the category is updated
210
        $s->driver->find_element('//div[@class="dialog message"]');
211
201
        # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden
212
        # 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"]');
213
        $s->show_all_entries('//div[@id="patron_categories_wrapper"]');
203
214
204
- 

Return to bug 35263