1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-13 14:42:42 +01:00

Fix for tests

This commit is contained in:
Hillel Coren 2016-10-02 12:51:40 +03:00
parent ee385f9ec9
commit cb1073dccd

View File

@ -38,7 +38,7 @@ class CheckBalanceCest
$I->fillField(['name' => 'cost'], $productPrice); $I->fillField(['name' => 'cost'], $productPrice);
$I->click('Save'); $I->click('Save');
$I->wait(1); $I->wait(1);
$I->see($productKey); //$I->see($productKey);
// create invoice // create invoice
$I->amOnPage('/invoices/create'); $I->amOnPage('/invoices/create');