Working on tests
This commit is contained in:
parent
a2dc782257
commit
f0efe3bbdb
1 changed files with 1 additions and 1 deletions
|
|
@ -56,7 +56,7 @@ class OnlinePaymentCest
|
|||
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
|
||||
$I->selectOption('#auto_bill', 3);
|
||||
$I->executeJS('onConfirmEmailClick()');
|
||||
$I->wait(5);
|
||||
$I->wait(4);
|
||||
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'id', ['client_id' => $clientId, 'is_recurring' => true]);
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'public_id', ['recurring_invoice_id' => $invoiceId]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue