mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Working on tests
This commit is contained in:
parent
2b8e754a07
commit
ae4b8fab58
@ -153,7 +153,8 @@ class GatewayFeesCest
|
|||||||
}
|
}
|
||||||
|
|
||||||
$I->click('Mark Sent');
|
$I->click('Mark Sent');
|
||||||
$I->see($clientName);
|
$I->see($invoiceNumber);
|
||||||
|
$I->see('Successfully created invoice');
|
||||||
|
|
||||||
//$clientId = $I->grabFromDatabase('contacts', 'client_id', ['email' => $clientEmail]);
|
//$clientId = $I->grabFromDatabase('contacts', 'client_id', ['email' => $clientEmail]);
|
||||||
$clientId = $I->grabFromDatabase('clients', 'id', ['name' => $clientName]);
|
$clientId = $I->grabFromDatabase('clients', 'id', ['name' => $clientName]);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user