mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2024-11-10 05:02:36 +01:00
Working on tests
This commit is contained in:
parent
2b8e754a07
commit
ae4b8fab58
@ -153,7 +153,8 @@ class GatewayFeesCest
|
||||
}
|
||||
|
||||
$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('clients', 'id', ['name' => $clientName]);
|
||||
|
Loading…
Reference in New Issue
Block a user