1
0
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:
Hillel Coren 2016-11-09 16:13:13 +02:00
parent b19a1d73de
commit 41b24edeb3

View File

@ -78,7 +78,7 @@ class CheckBalanceCest
// delete the invoice // delete the invoice
$I->amOnPage('/invoices/' . $invoiceId); $I->amOnPage('/invoices/' . $invoiceId);
$I->executeJS('submitBulkAction("restore")'); $I->executeJS('submitBulkAction("restore")');
$I->wait(1); $I->wait(2);
$I->executeJS('submitBulkAction("delete")'); $I->executeJS('submitBulkAction("delete")');
$I->wait(1); $I->wait(1);
$I->amOnPage("/clients/{$clientId}"); $I->amOnPage("/clients/{$clientId}");