diff --git a/tests/playwright-test/ui-mode-metadata.spec.ts b/tests/playwright-test/ui-mode-metadata.spec.ts index 8097dfe5f9..085655ba87 100644 --- a/tests/playwright-test/ui-mode-metadata.spec.ts +++ b/tests/playwright-test/ui-mode-metadata.spec.ts @@ -16,7 +16,7 @@ import { test } from './ui-mode-fixtures'; -test.only('should display git info metadata', async ({ runUITest }) => { +test('should display git info metadata', async ({ runUITest }) => { const { page } = await runUITest({ 'playwright.config.ts': ` import { defineConfig } from '@playwright/test';