Working on tests

This commit is contained in:
Hillel Coren 2017-03-20 10:17:14 +02:00
parent ae4b8fab58
commit 317931f4fa

View File

@ -153,8 +153,8 @@ class GatewayFeesCest
} }
$I->click('Mark Sent'); $I->click('Mark Sent');
$I->see($invoiceNumber); //$I->see($invoiceNumber);
$I->see('Successfully created invoice'); //$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]);