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

Working on tests

This commit is contained in:
Hillel Coren 2016-08-02 13:44:36 +03:00
parent 293e7cbb61
commit 00666132e3

View File

@ -14,7 +14,7 @@ for ($i=1; $i<=$count; $i++) {
}
// Top level navigation
$I->amOnPage('/dashboard');
$I->amOnPage('/dashboard?lang=en');
$I->see('Total Revenue');
$I->amOnPage('/clients');