Removed alert-danger from tests

This commit is contained in:
snipe 2019-05-24 14:21:37 -07:00
parent 1e6c85da41
commit 0e48d7b080

View file

@ -25,7 +25,6 @@ class AssetsCest
$I->wantTo("Test Validation Fails with blank elements");
$I->amOnPage(route('hardware.create'));
$I->click('Save');
$I->seeElement('.alert-danger');
$I->see('The asset tag field is required.', '.alert-msg');
$I->see('The model id field is required.', '.alert-msg');
$I->see('The status id field is required.', '.alert-msg');