Skip to content

Commit

Permalink
fix: change node to delete
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Aug 16, 2024
1 parent 45a09b4 commit 4bec46d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/1858-PAY-can-use-context-menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ describe('PAY-1858 context menu', () => {

cy.reload();
WorkflowPage.getters.canvasNodes().should('have.length', 4);
WorkflowPage.actions.deleteNodeFromContextMenu('Else');
WorkflowPage.actions.deleteNodeFromContextMenu('Code');
WorkflowPage.getters.canvasNodes().should('have.length', 3);
});
});

0 comments on commit 4bec46d

Please sign in to comment.