Implemented test run editor's test case selection

This commit is contained in:
Takeshi Kimata
2024-04-14 22:43:55 +09:00
parent fa69592899
commit 4a4288d47a
3 changed files with 32 additions and 33 deletions

View File

@@ -43,7 +43,6 @@ const testRunStatus = [
]
const testRunCaseStatus = [
{ name: "Not included", uid: "notincluded", color: "primary" },
{ name: "Untested", uid: "untested", color: "primary" },
{ name: "Passed", uid: "passed", color: "success" },
{ name: "Failed", uid: "untested", color: "danger" },