From 3730900546564c58fbf14183d3d0f191562fcecc Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 6 Nov 2024 10:21:54 +0100 Subject: [PATCH] remove category --- packages/html-reporter/src/testCaseView.spec.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/packages/html-reporter/src/testCaseView.spec.tsx b/packages/html-reporter/src/testCaseView.spec.tsx index b36cfbb671..7c9c99eeb3 100644 --- a/packages/html-reporter/src/testCaseView.spec.tsx +++ b/packages/html-reporter/src/testCaseView.spec.tsx @@ -27,14 +27,12 @@ const result: TestResult = { errors: [], steps: [{ title: 'Outer step', - category: 'test.step', startTime: new Date(100).toUTCString(), duration: 10, location: { file: 'test.spec.ts', line: 62, column: 0 }, count: 1, steps: [{ title: 'Inner step', - category: 'test.step', startTime: new Date(200).toUTCString(), duration: 10, location: { file: 'test.spec.ts', line: 82, column: 0 }, @@ -136,7 +134,6 @@ const resultWithAttachment: TestResult = { errors: [], steps: [{ title: 'Outer step', - category: 'test.step', startTime: new Date(100).toUTCString(), duration: 10, location: { file: 'test.spec.ts', line: 62, column: 0 },