mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-10 07:34:06 -08:00
Removed print_r
This commit is contained in:
parent
816affc83b
commit
4603000d12
|
@ -51,7 +51,7 @@ class AssetsCest
|
|||
'rtd_location_id' => $asset->rtd_location_id,
|
||||
'requestable' => $asset->requestable,
|
||||
];
|
||||
print_r($values);
|
||||
///print_r($values);
|
||||
$I->wantTo("Test Validation Succeeds");
|
||||
$I->amOnPage(route('hardware.create'));
|
||||
$I->submitForm('form#create-form', $values);
|
||||
|
|
Loading…
Reference in a new issue