mirror of
https://github.com/n8n-io/n8n.git
synced 2026-08-28 17:22:01 +08:00
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:
@@ -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),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user