mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-08 20:22:42 +01:00
Fix for tests
This commit is contained in:
parent
93898e0efe
commit
1337b8130a
@ -98,7 +98,7 @@ class OnlinePaymentCest
|
||||
$I->selectOption('#auto_bill', 3);
|
||||
$I->executeJS('model.invoice().is_public(true);');
|
||||
$I->executeJS('preparePdfData(\'email\');');
|
||||
$I->wait(3);
|
||||
$I->wait(4);
|
||||
$I->see("$0.00");
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user