mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Working on tests
This commit is contained in:
parent
b4315bfb26
commit
52432c046b
@ -46,7 +46,7 @@ class CheckBalanceCest
|
||||
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
|
||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->click('Mark Sent');
|
||||
$I->wait(2);
|
||||
$I->wait(5);
|
||||
$I->see($clientEmail);
|
||||
$invoiceId = $I->grabFromCurrentUrl('~invoices/(\d+)~');
|
||||
$I->amOnPage("/clients/{$clientId}");
|
||||
|
Loading…
Reference in New Issue
Block a user