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
0f13d7417d
commit
475d54cd5a
@ -96,8 +96,7 @@ class OnlinePaymentCest
|
||||
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
|
||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->selectOption('#auto_bill', 3);
|
||||
$I->executeJS('model.invoice().is_public(true);');
|
||||
$I->executeJS('preparePdfData(\'email\');');
|
||||
$I->executeJS('onConfirmEmailClick()');
|
||||
$I->wait(4);
|
||||
$I->see("$0.00");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user