mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-09 20:52:56 +01:00
Fix for tests
This commit is contained in:
parent
cd8bd3f5cc
commit
fd55075250
@ -133,7 +133,7 @@ class InvoiceCest
|
||||
$invoiceNumber = $I->grabAttributeFrom('#invoice_number', 'value');
|
||||
|
||||
$I->executeJS('submitAction()');
|
||||
$I->wait(1);
|
||||
$I->wait(3);
|
||||
|
||||
$I->see($invoiceNumber);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user