Update check balance test
This commit is contained in:
parent
61a898a71d
commit
b4ef3b2284
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue