mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:04:45 -04:00
Working on tests
This commit is contained in:
parent
f0efe3bbdb
commit
b216071177
@ -119,6 +119,8 @@ after_script:
|
||||
- mysql -u root -e 'select * from accounts;' ninja
|
||||
- mysql -u root -e 'select * from fonts;' ninja
|
||||
- mysql -u root -e 'select * from banks;' ninja
|
||||
- mysql -u root -e 'select * from account_gateway_tokens;' ninja
|
||||
- mysql -u root -e 'select * from payment_methods;' ninja
|
||||
- FILES=$(find tests/_output -type f -name '*.png' | sort -nr)
|
||||
- for i in $FILES; do echo $i; base64 "$i"; break; done
|
||||
|
||||
|
@ -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(4);
|
||||
$I->wait(10);
|
||||
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'id', ['client_id' => $clientId, 'is_recurring' => true]);
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'public_id', ['recurring_invoice_id' => $invoiceId]);
|
||||
|
Loading…
x
Reference in New Issue
Block a user