1
0
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:
Hillel Coren 2017-02-27 12:57:45 +02:00
parent 0f13d7417d
commit 475d54cd5a

View File

@ -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");