1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-08 12:12:48 +01:00

Working on tests

This commit is contained in:
Hillel Coren 2018-03-09 11:54:13 +02:00
parent 1d33e9bb3f
commit 14875e6cdd

View File

@ -66,6 +66,7 @@ class InvoiceCest
{
$I->selectOption('#invoice_design_id', $designId);
$I->click('#saveButton');
$I->wait(2);
}
/*