Skip to content

Commit

Permalink
chore: clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
mutdmour committed Sep 13, 2024
1 parent 3d64400 commit 47b21f5
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cypress/pages/workflow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -366,9 +366,6 @@ export class WorkflowPage extends BasePage {
hitCopy: () => {
this.actions.hitComboShortcut(`{${META_KEY}}`, 'c');
},
hitPaste: () => {
this.actions.hitComboShortcut(`{${META_KEY}}`, 'p');
},
hitPinNodeShortcut: () => {
cy.get('body').type('p');
},
Expand Down

0 comments on commit 47b21f5

Please sign in to comment.