mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Removed alert-danger from tests
This commit is contained in:
parent
1e6c85da41
commit
0e48d7b080
|
@ -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');
|
||||
|
|
Loading…
Reference in a new issue