1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-22 01:11:34 +02:00

Update check balance test

This commit is contained in:
Hillel Coren 2016-11-09 16:13:26 +02:00
parent 61a898a71d
commit b4ef3b2284

View File

@ -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}");