feat(editor): Redirect users to canvas if they don't have any workflows (#5629)

* feat(editor): Bring new users to empty canvas

* Fix failing e2e tests and revert CLI implementation

* Revert editor-ui Interface changes

* Try to mock /settings and /active

* Revert canvas test changes, reload after executions in 20-workflow-executions

* Make sure we include manual executiosn before running them in 20-workflow-executions

* Make sure to re-init node view when replacing empty workflows route, show phantom loader
This commit is contained in:
OlegIvaniv
2023-03-08 15:11:13 +01:00
committed by GitHub
parent 0b6fa6b20e
commit 354edf6886
23 changed files with 62 additions and 78 deletions

View File

@@ -13,8 +13,7 @@ describe('Node Creator', () => {
});
beforeEach(() => {
cy.visit(nodeCreatorFeature.url);
cy.waitForLoad();
WorkflowPage.actions.visit();
});
it('should open node creator on trigger tab if no trigger is on canvas', () => {