mirror of
https://github.com/snipe/snipe-it.git
synced 2024-12-25 13:44:06 -08:00
tests: fix expected string (#6665)
This commit is contained in:
parent
117b4c59cc
commit
af3c8195af
|
@ -43,7 +43,7 @@ class ConsumablesCest
|
||||||
$I->seeElement('.alert-danger');
|
$I->seeElement('.alert-danger');
|
||||||
$I->see('The name must be at least 3 characters', '.alert-msg');
|
$I->see('The name must be at least 3 characters', '.alert-msg');
|
||||||
$I->see('The qty must be at least 0', '.alert-msg');
|
$I->see('The qty must be at least 0', '.alert-msg');
|
||||||
$I->see('The min amt must be at least 1', '.alert-msg');
|
$I->see('The min amt must be at least 0', '.alert-msg');
|
||||||
}
|
}
|
||||||
|
|
||||||
public function passesCorrectValidation(FunctionalTester $I)
|
public function passesCorrectValidation(FunctionalTester $I)
|
||||||
|
|
Loading…
Reference in a new issue