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

(-)a/t/db_dependent/selenium/basic_workflow.t (-2 / +1 lines)
Lines 251-257 SKIP: { Link Here
251
        $driver->find_element('//fieldset[@id="circ_circulation_issue"]/button[@type="submit"]')->click;
251
        $driver->find_element('//fieldset[@id="circ_circulation_issue"]/button[@type="submit"]')->click;
252
        $nb_of_checkouts++;
252
        $nb_of_checkouts++;
253
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
253
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
254
        is( $driver->find_element('//a[@href="#checkouts"]')->get_attribute('text'), 'Checkouts ('.$nb_of_checkouts.')' );
254
        like( $driver->find_element('//a[@href="#checkouts_panel"]')->get_attribute('text'), qr/Checkouts \($nb_of_checkouts\)/ );
255
    }
255
    }
256
256
257
    time_diff("checkout");
257
    time_diff("checkout");
258
- 

Return to bug 33528