From 6b2db75e9671530d460e65f555b842d62a9f8581 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Mon, 15 Jul 2024 11:27:20 -0700 Subject: [PATCH] Remove commented code --- packages/html-reporter/src/testCaseView.spec.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/html-reporter/src/testCaseView.spec.tsx b/packages/html-reporter/src/testCaseView.spec.tsx index 918382ae11..d73407582d 100644 --- a/packages/html-reporter/src/testCaseView.spec.tsx +++ b/packages/html-reporter/src/testCaseView.spec.tsx @@ -152,7 +152,6 @@ const attachmentLinkRenderingTestCase: TestCase = { test('should correctly render links in attachments', async ({ mount }) => { const component = await mount(); - // const container = await(component.getByText('Annotations')); await component.getByText('first attachment').click(); const body = await component.getByText('The body with https://playwright.dev/docs/intro link'); await expect(body).toBeVisible();