diff --git a/packages/html-reporter/src/testCaseView.spec.tsx b/packages/html-reporter/src/testCaseView.spec.tsx
index 400459ae55..dd9b3b83b1 100644
--- a/packages/html-reporter/src/testCaseView.spec.tsx
+++ b/packages/html-reporter/src/testCaseView.spec.tsx
@@ -95,7 +95,7 @@ const linkRenderingTestCase: TestCase = {
results: [result]
};
-test.only('should correctly set the page title and favicon', async ({ mount, page }) => {
+test('should correctly set the page title and favicon', async ({ mount, page }) => {
await mount();
expect(await page.locator('link[rel="icon"]').getAttribute('href')).toEqual('../logo_expected.svg');
expect(await page.title()).toEqual(`| ${linkRenderingTestCase.title}`);