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

(-)a/t/db_dependent/selenium/update_child_to_adult.t (-1 / +1 lines)
Lines 122-127 subtest 'Update child to patron' => sub { Link Here
122
        my $handles = $driver->get_window_handles;
122
        my $handles = $driver->get_window_handles;
123
        $driver->switch_to_window($handles->[1]);
123
        $driver->switch_to_window($handles->[1]);
124
        $driver->find_element('//input[@id="catcode'.$patron_category_A->categorycode.'"]')->click;
124
        $driver->find_element('//input[@id="catcode'.$patron_category_A->categorycode.'"]')->click;
125
        $driver->set_window_size(1024, 768);
125
        $s->submit_form;
126
        $s->submit_form;
126
127
127
        is( $child->get_from_storage->categorycode, $patron_category_A->categorycode, 'The child should now be an adult!' );
128
        is( $child->get_from_storage->categorycode, $patron_category_A->categorycode, 'The child should now be an adult!' );
128
- 

Return to bug 30595