mirror of
https://github.com/snipe/snipe-it.git
synced 2025-01-12 06:17:28 -08:00
Remove marker test case
This commit is contained in:
parent
3c75fc2ced
commit
86762c5e90
|
@ -225,14 +225,4 @@ class ReportTemplateTest extends TestCase
|
||||||
$templateWithModelIdsInArray->selectValue('array_of_model_ids', Department::class)
|
$templateWithModelIdsInArray->selectValue('array_of_model_ids', Department::class)
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testOldValuesStillWorkAfterTheseChanges()
|
|
||||||
{
|
|
||||||
$this->markTestIncomplete();
|
|
||||||
|
|
||||||
// Another marker that won't actually be a test case:
|
|
||||||
// We need to make sure that any behavior involving using "old" input.
|
|
||||||
// I explicitly removed the old()s from the "deleted_assets" radio buttons.
|
|
||||||
// The "x-selects" partials still include them, but I haven't tested them yet.
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue