We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With:
"@testing-library/cypress": "^10.0.1",
The command fails with a TypeError: Cannot set property message of which has only a getter, rather than the load event not firing
TypeError: Cannot set property message of which has only a getter
No response
it(`Verify that items under category News are visible, intentionally will fail`, () => { cy.visit("https://ca.yahoo.com/") cy.findByRole("link", {name: 'News'}) .should("be.visible") .click({force: true}) cy.scrollTo("bottom") })
14.0.0
20.18
Darwin x64
The text was updated successfully, but these errors were encountered:
AtofStryker
No branches or pull requests
Current behavior
With:
The command fails with a
TypeError: Cannot set property message of which has only a getter
, rather than the load event not firingDesired behavior
No response
Test code to reproduce
Cypress Version
14.0.0
Node version
20.18
Operating System
Darwin x64
Debug Logs
Other
The text was updated successfully, but these errors were encountered: