diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 51622c87af..aec45ebd11 100644 --- a/tests/playwright-test/test-step.spec.ts +++ b/tests/playwright-test/test-step.spec.ts @@ -1242,6 +1242,7 @@ fixture | fixture: context test('test custom location functionality', async ({ runInlineTest }) => { const result = await runInlineTest({ + 'reporter.ts': stepIndentReporter, 'helper.ts': ` import { test } from '@playwright/test';