From 2d72f24caa7145ee6bb47f840a24e1900443d9a0 Mon Sep 17 00:00:00 2001 From: Simon Knott Date: Wed, 17 Jul 2024 09:36:39 +0200 Subject: [PATCH] fix(list reporter): remove .only --- tests/playwright-test/reporter-list.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';