(noteIndex: number = 0)
| 98 | } |
| 99 | |
| 100 | const openNoteContextMenu = (noteIndex: number = 0) => { |
| 101 | cy.get('.note-list > div').eq(noteIndex).rightclick() |
| 102 | } |
| 103 | |
| 104 | const clickNoteOptionDeleteNotePermanently = () => { |
| 105 | clickTestID(TestID.NOTE_OPTION_DELETE_PERMANENTLY) |
no outgoing calls