Skip to content

Commit

Permalink
fix notebook delete
Browse files Browse the repository at this point in the history
Signed-off-by: Ritvi Bhatt <[email protected]>
  • Loading branch information
Ritvi Bhatt committed Dec 16, 2024
1 parent 75be716 commit 8f34a68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ const deleteNotebook = (notebookName) => {
.find('input[type="checkbox"]')
.check();

cy.get('button[data-test-subj="deleteSelectedNotebooks"]').click();
cy.get('[data-test-subj="deleteSelectedNotebooks"]').click();

cy.get('input[data-test-subj="delete-notebook-modal-input"]').focus();
cy.get('input[data-test-subj="delete-notebook-modal-input"]').type('delete');
Expand Down

0 comments on commit 8f34a68

Please sign in to comment.