Working on tests
This commit is contained in:
parent
293e7cbb61
commit
00666132e3
1 changed files with 2 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ $I->checkIfLogin($I);
|
|||
|
||||
$I->wantTo('Test all pages load');
|
||||
|
||||
// Check all language files
|
||||
// Check all language files
|
||||
$count = $I->grabNumRecords('languages');
|
||||
for ($i=1; $i<=$count; $i++) {
|
||||
$locale = $I->grabFromDatabase('languages', 'locale', ['id' => $i]);
|
||||
|
|
@ -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');
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue