diff --git a/src/components/testCaseLanding/common/TestCaseTable/TestCaseTablePopover.tsx b/src/components/testCaseLanding/common/TestCaseTable/TestCaseTablePopover.tsx index ac1490bdb..936e91f96 100644 --- a/src/components/testCaseLanding/common/TestCaseTable/TestCaseTablePopover.tsx +++ b/src/components/testCaseLanding/common/TestCaseTable/TestCaseTablePopover.tsx @@ -186,19 +186,21 @@ const TestCaseTablePopover = (props: TestCaseTablePopoverProps) => { > delete - {model.startsWith("QI-Core") && ( - - )} + {model.startsWith("QI-Core") && + selectedTestCase && + selectedTestCase.executionStatus != "Invalid" && ( + + )} )}