mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Working on tests
This commit is contained in:
parent
8572e9252c
commit
cc03b4456c
@ -89,12 +89,12 @@ class OnlinePaymentCest
|
|||||||
// create recurring invoice and auto-bill
|
// create recurring invoice and auto-bill
|
||||||
$I->amOnPage('/recurring_invoices/create');
|
$I->amOnPage('/recurring_invoices/create');
|
||||||
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
$I->selectDropdown($I, $clientEmail, '.client_select .dropdown-toggle');
|
||||||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
|
||||||
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
|
$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->checkOption('#auto_bill');
|
||||||
$I->executeJS('preparePdfData(\'email\')');
|
$I->executeJS('preparePdfData(\'email\')');
|
||||||
$I->wait(2);
|
$I->wait(2);
|
||||||
$I->see("$0.00");
|
$I->see("$0.00");
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user