chore(editor): Mark workflow setup parameter issue test as fixme (no-changelog) (#30645)

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Svetoslav Dekov
2026-05-18 17:55:12 +03:00
committed by GitHub
parent 3ed8910f0b
commit 19f7bbc7d4
@@ -774,6 +774,10 @@ test.describe(
test('should clear required parameter issue indicator when the field is filled', async ({
n8n,
}) => {
test.fixme(
true,
'Broken by ParameterInput node-resolution refactor in #30219 — issues are computed against the global workflow document store node instead of the wizard displayNode.',
);
await n8n.api.workflows.createWorkflow(
createParameterOnlyWorkflow(PARAMETER_ISSUE_WORKFLOW_NAME),
);