Skip to content

Commit

Permalink
add force to clipboard test
Browse files Browse the repository at this point in the history
  • Loading branch information
Rodrigo Quelca committed Oct 25, 2024
1 parent 1be4b65 commit 400fd3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/specs/Clipboard.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ describe("Clipboard Button Actions", () => {

// Step 4: Verify 'Remove from Clipboard' button is visible after adding to clipboard and then click it
cy.get('[data-cy="removeFromClipboard"]').should("be.visible");
cy.get('[data-cy="removeFromClipboard"]').click();
cy.get('[data-cy="removeFromClipboard"]').click({force: true});
cy.get('[data-cy="removeFromClipboard"]').should("not.exist");
});

Expand Down

0 comments on commit 400fd3f

Please sign in to comment.