fix(editor): Set workflow name when importing (no-changelog) (#19410)

This commit is contained in:
Daria
2025-09-11 15:29:41 +03:00
committed by GitHub
parent 3af4541391
commit b91219ea15
11 changed files with 53 additions and 30 deletions

View File

@@ -11,8 +11,8 @@ describe('Workflow Selector Parameter', () => {
cy.signinAsOwner();
['Get_Weather', 'Search_DB'].forEach((workflowName) => {
workflowPage.actions.visit();
cy.createFixtureWorkflow(`Test_Subworkflow_${workflowName}.json`, workflowName);
workflowPage.actions.saveWorkflowOnButtonClick();
cy.createFixtureWorkflow(`Test_Subworkflow_${workflowName}.json`);
workflowPage.actions.setWorkflowName(workflowName);
});
workflowPage.actions.visit();
workflowPage.actions.addInitialNodeToCanvas(EXECUTE_WORKFLOW_NODE_NAME, {