Temp fix for automated test
This commit is contained in:
parent
b9f9c0807d
commit
7c303e514f
1 changed files with 2 additions and 1 deletions
|
|
@ -91,7 +91,8 @@ class OnlinePaymentCest
|
|||
|
||||
// create recurring invoice and auto-bill
|
||||
$I->amOnPage('/recurring_invoices/create');
|
||||
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
||||
//$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
||||
$I->selectDropdown($I, 'Test Test', '.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->selectOption('#auto_bill', 3);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue