mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fix for tests
This commit is contained in:
parent
faad8e36bb
commit
89dc92a95e
@ -133,11 +133,9 @@ class GatewayFeesCest
|
||||
}
|
||||
|
||||
$I->click('Mark Sent');
|
||||
//$I->see($invoiceNumber);
|
||||
//$I->see('Successfully created invoice');
|
||||
$I->wait(3);
|
||||
|
||||
$clientId = $I->grabFromDatabase('contacts', 'client_id', ['email' => $clientEmail]);
|
||||
//$clientId = $I->grabFromDatabase('clients', 'id', ['name' => $clientEmail]);
|
||||
$invoiceId = $I->grabFromDatabase('invoices', 'id', ['client_id' => $clientId, 'invoice_number' => $invoiceNumber]);
|
||||
$invitationKey = $I->grabFromDatabase('invitations', 'invitation_key', ['invoice_id' => $invoiceId]);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user