Skip to content

Commit

Permalink
fix: remove .only from test
Browse files Browse the repository at this point in the history
  • Loading branch information
alexgrozav committed Nov 2, 2023
1 parent f577552 commit d5eb9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/10-undo-redo.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ describe('Undo/Redo', () => {
});
});

it.only('should undo/redo multiple steps', () => {
it('should undo/redo multiple steps', () => {
WorkflowPage.actions.addNodeToCanvas(SCHEDULE_TRIGGER_NODE_NAME);
WorkflowPage.actions.addNodeToCanvas(CODE_NODE_NAME);
// WorkflowPage.actions.addNodeToCanvas(SET_NODE_NAME);
Expand Down

0 comments on commit d5eb9dc

Please sign in to comment.