diff --git a/packages/html-reporter/src/testCaseView.spec.tsx b/packages/html-reporter/src/testCaseView.spec.tsx
index f1f8e45306..edfa6f7bc6 100644
--- a/packages/html-reporter/src/testCaseView.spec.tsx
+++ b/packages/html-reporter/src/testCaseView.spec.tsx
@@ -107,7 +107,7 @@ const linkRenderingTestCase: TestCase = {
results: [result]
};
-test('should correctly render links in annotations', async ({ mount, page }) => {
+test('should correctly render links in annotations', async ({ mount }) => {
const component = await mount();
// const container = await(component.getByText('Annotations'));