diff --git a/tests/playwright-test/test-step.spec.ts b/tests/playwright-test/test-step.spec.ts index 8ad04724e1..d864a5640f 100644 --- a/tests/playwright-test/test-step.spec.ts +++ b/tests/playwright-test/test-step.spec.ts @@ -1681,7 +1681,7 @@ module.exports = Reporter; test('step inside expect.toPass', async ({ runInlineTest }) => { test.info().annotations.push({ type: 'issue', description: 'https://github.com/microsoft/playwright/issues/30322' }); - // test.fixme(); + test.fixme(); const result = await runInlineTest({ 'reporter.ts': stepIndentReporter, 'playwright.config.ts': `