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();