fix(list reporter): remove .only
This commit is contained in:
parent
d9994ac127
commit
2d72f24caa
|
|
@ -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';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue