fix(list reporter): remove .only

This commit is contained in:
Simon Knott 2024-07-17 09:36:39 +02:00
parent d9994ac127
commit 2d72f24caa
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

View file

@ -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({ const result = await runInlineTest({
'a.test.ts': ` 'a.test.ts': `
import { test, expect } from '@playwright/test'; import { test, expect } from '@playwright/test';