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.')' ); |