diff --git a/tests/playwright-test/reporter-list.spec.ts b/tests/playwright-test/reporter-list.spec.ts index ebeacf2926..c57190a5d7 100644 --- a/tests/playwright-test/reporter-list.spec.ts +++ b/tests/playwright-test/reporter-list.spec.ts @@ -126,7 +126,7 @@ for (const useIntermediateMergeReport of [false, true] as const) { ]); }); - test.only('render steps in non-TTY mode', async ({ runInlineTest }) => { + test('render steps in non-TTY mode', async ({ runInlineTest }) => { const result = await runInlineTest({ 'a.test.ts': ` import { test, expect } from '@playwright/test';