From d167c5b928fc9ff539b0190838076cc1f84c6ad4 Mon Sep 17 00:00:00 2001 From: Ryan Rosello Date: Sun, 7 Jul 2024 06:51:40 +1000 Subject: [PATCH] chore(html-reporter) remove unnecessary 'page' from test --- packages/html-reporter/src/testCaseView.spec.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'));