chore: Fix failing e2e tests (no-changelog) (#12897)

This commit is contained in:
Charlie Kolb
2025-01-28 15:57:00 +01:00
committed by GitHub
parent dc85b022d1
commit e85fe4abec
2 changed files with 4 additions and 4 deletions

View File

@@ -17,7 +17,7 @@ describe('Workflow Selector Parameter', () => {
workflowPage.actions.visit();
workflowPage.actions.addInitialNodeToCanvas(EXECUTE_WORKFLOW_NODE_NAME, {
keepNdvOpen: true,
action: 'Call Another Workflow',
action: 'Execute A Sub Workflow',
});
});
it('should render sub-workflows list', () => {