1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-18 23:42:25 +02:00

Fix for tests

This commit is contained in:
Hillel Coren 2017-01-22 12:39:40 +02:00
parent b98b5e0511
commit 56c44e6fef

View File

@ -81,8 +81,8 @@ $I->see('Invoice Design');
$I->amOnPage('/settings/templates_and_reminders');
$I->see('Invoice Email');
$I->amOnPage('/settings/reports');
$I->see('Report Settings');
$I->amOnPage('/reports');
$I->see('Reports');
//try to logout
//$I->click('#myAccountButton');