Skip to content

Commit

Permalink
test(editor): Test if browser back is working from workflow execution…
Browse files Browse the repository at this point in the history
…s by checking also the url
  • Loading branch information
cstuncsik committed Sep 27, 2024
1 parent 4abd1ab commit 32b72cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cypress/e2e/20-workflow-executions.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,8 @@ describe('Workflow Executions', () => {
executionsTab.getters.workflowExecutionPreviewIframe().should('exist');
cy.go('back');

cy.url().should('not.include', '/executions');
cy.url().should('include', '/workflow/');
workflowPage.getters.nodeViewRoot().should('be.visible');
});
});
Expand Down

0 comments on commit 32b72cc

Please sign in to comment.