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-22 22:28:03 +02:00
parent b4315bfb26
commit 52432c046b

View File

@ -46,7 +46,7 @@ class CheckBalanceCest
$I->fillField('table.invoice-table tbody tr:nth-child(1) #product_key', $productKey);
$I->click('table.invoice-table tbody tr:nth-child(1) .tt-selectable');
$I->click('Mark Sent');
$I->wait(2);
$I->wait(5);
$I->see($clientEmail);
$invoiceId = $I->grabFromCurrentUrl('~invoices/(\d+)~');
$I->amOnPage("/clients/{$clientId}");