1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-22 06:03:27 +02:00

Installation fix.

This commit is contained in:
Cameron
2020-12-26 08:02:34 -08:00
parent c0736df559
commit 7989ebfc72
4 changed files with 14 additions and 10 deletions

View File

@@ -44,6 +44,7 @@ class UserSignupCest
$I->click('register');
$I->dontSee('Unauthorized access!');
$I->dontSee('Error');
}