1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Working on tests

This commit is contained in:
Hillel Coren 2017-03-20 09:42:15 +02:00
parent 2b8e754a07
commit ae4b8fab58

View File

@ -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]);