Fix for tests
This commit is contained in:
parent
0f13d7417d
commit
475d54cd5a
1 changed files with 1 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue