mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-12 16:44:08 -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,
|
'rtd_location_id' => $asset->rtd_location_id,
|
||||||
'requestable' => $asset->requestable,
|
'requestable' => $asset->requestable,
|
||||||
];
|
];
|
||||||
print_r($values);
|
///print_r($values);
|
||||||
$I->wantTo("Test Validation Succeeds");
|
$I->wantTo("Test Validation Succeeds");
|
||||||
$I->amOnPage(route('hardware.create'));
|
$I->amOnPage(route('hardware.create'));
|
||||||
$I->submitForm('form#create-form', $values);
|
$I->submitForm('form#create-form', $values);
|
||||||
|
|
Loading…
Reference in a new issue