mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Fixed group functional test
(We had changed the minimum to 2 instead of 3) Signed-off-by: snipe <snipe@snipe.net>
This commit is contained in:
parent
31c5350941
commit
0fd232e70d
|
@ -39,7 +39,7 @@ class GroupsCest
|
|||
$I->wantTo("Test Validation Fails with short name");
|
||||
$I->amOnPage(route('groups.create'));
|
||||
$I->seeResponseCodeIs(200);
|
||||
$I->fillField('name', 't2');
|
||||
$I->fillField('name', 't');
|
||||
$I->click('Save');
|
||||
$I->seeElement('.alert-danger');
|
||||
$I->see('The name must be at least 3 characters', '.alert-msg');
|
||||
|
|
Loading…
Reference in a new issue