diff --git a/packages/html-reporter/src/testCaseView.tsx b/packages/html-reporter/src/testCaseView.tsx index 4a01d6f39c..d8e164f979 100644 --- a/packages/html-reporter/src/testCaseView.tsx +++ b/packages/html-reporter/src/testCaseView.tsx @@ -44,7 +44,7 @@ export const TestCaseView: React.FC<{ {test &&
{test?.title}
} {test &&
{test.location.file}:{test.location.line}
} {test && !!test.projectName && } - {annotations.size && + {annotations.size > 0 && {[...annotations].map(annotation => )} } {test &&