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\)/ ); |