diff --git a/tests/functional/UsersCest.php b/tests/functional/UsersCest.php index e859de4b17..ed7bb7a8a3 100644 --- a/tests/functional/UsersCest.php +++ b/tests/functional/UsersCest.php @@ -42,7 +42,7 @@ class UsersCest $I->fillField('password', '12345'); // Must be 6 chars $I->click('Save'); $I->seeElement('.alert-danger'); - $I->see('The password must be at least 5 characters', '.alert-msg'); + $I->see('The password must be at least 10 characters', '.alert-msg'); $I->see('The password confirmation does not match.', '.alert-msg'); }