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

Working on tests

This commit is contained in:
Hillel Coren 2017-08-03 10:20:38 +03:00
parent da25258a7a
commit 03fb7692f2

View File

@ -55,6 +55,7 @@ class TaskCest
$I->click('Invoice Task');
$I->click('Mark Sent');
$I->see('Sent');
$I->wait(1);
$I->see('Successfully created invoice');
}