From 1473584f8a3d0592321a18ac64b61f400243e69f Mon Sep 17 00:00:00 2001 From: osohyun0224 <53892427+osohyun0224@users.noreply.github.com> Date: Thu, 12 Sep 2024 11:14:18 +0900 Subject: [PATCH] fix :: stepIndentReporter test running error --- tests/playwright-test/test-step.spec.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 0fa7b9ad00..cc48a5bb02 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 with custom location', async ({ runInlineTest }) => { const result = await runInlineTest({ + 'reporter.ts': stepIndentReporter, 'helper.ts': ` import { test } from '@playwright/test'; @@ -1288,6 +1289,7 @@ test('test with custom location', async ({ runInlineTest }) => { test('nested step test with custom locations', async ({ runInlineTest }) => { const result = await runInlineTest({ + 'reporter.ts': stepIndentReporter, 'helper.ts': ` import { test } from '@playwright/test';