Skip to content

Commit

Permalink
add force2 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 400fd3f commit b652f27
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 @@ -102,7 +102,7 @@ describe("Clipboard Button Actions", () => {

// Step 4: 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 b652f27

Please sign in to comment.