mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
I guess we use 10 as the settings for password min in tests
This commit is contained in:
parent
794bc45cc0
commit
a4420efb7d
|
@ -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');
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue