mirror of
https://github.com/snipe/snipe-it.git
synced 2025-03-05 20:52:15 -08:00
Fixed tests
This commit is contained in:
parent
d893837c86
commit
794bc45cc0
|
@ -42,8 +42,8 @@ class UsersCest
|
||||||
$I->fillField('password', '12345'); // Must be 6 chars
|
$I->fillField('password', '12345'); // Must be 6 chars
|
||||||
$I->click('Save');
|
$I->click('Save');
|
||||||
$I->seeElement('.alert-danger');
|
$I->seeElement('.alert-danger');
|
||||||
$I->see('The password must be at least 10 characters', '.alert-msg');
|
$I->see('The password must be at least 5 characters', '.alert-msg');
|
||||||
$I->see('The password confirm field is required when password is present', '.alert-msg');
|
$I->see('The password confirmation does not match.', '.alert-msg');
|
||||||
|
|
||||||
}
|
}
|
||||||
public function passesCorrectValidation(FunctionalTester $I)
|
public function passesCorrectValidation(FunctionalTester $I)
|
||||||
|
|
Loading…
Reference in a new issue