Skip to content

Commit

Permalink
fix(editor): Un-skip workflow save test (no-changelog) (#9698)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic authored Jun 11, 2024
1 parent c0e4f69 commit 8109911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/7-workflow-actions.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ describe('Workflow Actions', () => {
WorkflowPage.getters.isWorkflowSaved();
});

it.skip('should not save already saved workflow', () => {
it('should not save already saved workflow', () => {
cy.intercept('PATCH', '/rest/workflows/*').as('saveWorkflow');
WorkflowPage.actions.saveWorkflowOnButtonClick();
WorkflowPage.actions.addNodeToCanvas(MANUAL_TRIGGER_NODE_NAME);
Expand Down

0 comments on commit 8109911

Please sign in to comment.