diff --git a/tests/functional/ConsumablesCest.php b/tests/functional/ConsumablesCest.php index 7fc9a6e7f6..c6f8285ec2 100644 --- a/tests/functional/ConsumablesCest.php +++ b/tests/functional/ConsumablesCest.php @@ -43,7 +43,7 @@ class ConsumablesCest $I->seeElement('.alert-danger'); $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 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)