Fix for online payment test

This commit is contained in:
Hillel Coren 2016-05-13 10:38:42 +03:00
parent 751b084a59
commit 02b0840215

View File

@ -94,7 +94,7 @@ class OnlinePaymentCest
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
$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->checkOption('#auto_bill');
$I->selectOption('#auto_bill', 3);
$I->executeJS('preparePdfData(\'email\')');
$I->wait(3);
$I->see("$0.00");