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

(-)a/t/db_dependent/selenium/basic_workflow.t (-2 / +1 lines)
Lines 235-241 SKIP: { Link Here
235
        $driver->find_element('//fieldset[@id="circ_circulation_issue"]/button[@type="submit"]')->click;
235
        $driver->find_element('//fieldset[@id="circ_circulation_issue"]/button[@type="submit"]')->click;
236
        $nb_of_checkouts++;
236
        $nb_of_checkouts++;
237
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
237
        like( $driver->get_title(), qr(Checking out to $sample_data->{patron}{surname}) );
238
        is( $driver->find_element('//a[@href="#checkouts"]')->get_attribute('text'), $nb_of_checkouts.' Checkout(s)', );
238
        is( $driver->find_element('//a[@href="#checkouts"]')->get_attribute('text'), 'Checkouts ('.$nb_of_checkouts.')' );
239
    }
239
    }
240
240
241
    time_diff("checkout");
241
    time_diff("checkout");
242
- 

Return to bug 30695