mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Update check balance test
This commit is contained in:
parent
b19a1d73de
commit
41b24edeb3
@ -78,7 +78,7 @@ class CheckBalanceCest
|
||||
// delete the invoice
|
||||
$I->amOnPage('/invoices/' . $invoiceId);
|
||||
$I->executeJS('submitBulkAction("restore")');
|
||||
$I->wait(1);
|
||||
$I->wait(2);
|
||||
$I->executeJS('submitBulkAction("delete")');
|
||||
$I->wait(1);
|
||||
$I->amOnPage("/clients/{$clientId}");
|
||||
|
Loading…
Reference in New Issue
Block a user