From ecb22691a1867bdad0a39f2bebf34ff3586a6163 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Thu, 10 Oct 2024 11:40:52 +0200 Subject: [PATCH] proper html handling --- packages/html-reporter/src/testResultView.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/html-reporter/src/testResultView.tsx b/packages/html-reporter/src/testResultView.tsx index c60d6c009b..baba8820b0 100644 --- a/packages/html-reporter/src/testResultView.tsx +++ b/packages/html-reporter/src/testResultView.tsx @@ -165,7 +165,7 @@ const StepTreeItem: React.FC<{ const attachmentName = step.title.match(/^attach "(.*)"$/)?.[1]; const attachment = attachments.find(a => a.name === attachmentName); if (attachment) - return ; + return ; } return