mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04: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->selectOption('#auto_bill', 3);
|
||||||
$I->executeJS('model.invoice().is_public(true);');
|
$I->executeJS('model.invoice().is_public(true);');
|
||||||
$I->executeJS('preparePdfData(\'email\');');
|
$I->executeJS('preparePdfData(\'email\');');
|
||||||
$I->wait(3);
|
$I->wait(4);
|
||||||
$I->see("$0.00");
|
$I->see("$0.00");
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user