diff --git a/cypress-tests/cypress/e2e/happyPath/workflows/eeTestcases/workflowfeatures.cy.js b/cypress-tests/cypress/e2e/happyPath/workflows/eeTestcases/workflowfeatures.cy.js index 8a25065c67..26f9b0feb7 100644 --- a/cypress-tests/cypress/e2e/happyPath/workflows/eeTestcases/workflowfeatures.cy.js +++ b/cypress-tests/cypress/e2e/happyPath/workflows/eeTestcases/workflowfeatures.cy.js @@ -75,7 +75,7 @@ describe("Workflows features", () => { }); // Need to run after bug fixes - it.only("Creating workflow inside Workflow and validating execution", () => { + it("Creating workflow inside Workflow and validating execution", () => { cy.createWorkflowApp(data.childWFName); enterJsonInputInStartNode(); cy.connectDataSourceNode(workflowsText.runjsNodeLabel); diff --git a/frontend/src/AppBuilder/QueryManager/QueryEditors/Workflows.jsx b/frontend/src/AppBuilder/QueryManager/QueryEditors/Workflows.jsx index 0ab4cce519..deadce634a 100644 --- a/frontend/src/AppBuilder/QueryManager/QueryEditors/Workflows.jsx +++ b/frontend/src/AppBuilder/QueryManager/QueryEditors/Workflows.jsx @@ -52,6 +52,7 @@ export function Workflows({ options, optionsChanged, currentState }) { return ( <> +