Skip to content

Commit

Permalink
add force3 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 b652f27 commit 478218e
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 @@ -73,7 +73,7 @@ describe("Clipboard Button Actions", () => {

// Step 5: Remove the form input from the clipboard
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 478218e

Please sign in to comment.