diff --git a/tests/acceptance/AllPagesCept.php b/tests/acceptance/AllPagesCept.php index 0c7ea4acf030..3bdced052206 100644 --- a/tests/acceptance/AllPagesCept.php +++ b/tests/acceptance/AllPagesCept.php @@ -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');