You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot set property message of which has only a getter
at $Cy.eval (webpack://cypress-deps/./node_modules/@testing-library/cypress/dist/index.js:51:0)
This happens consistently on Cypress 13.6.4, works fine on Cypress 13.6.3. Furthermore it only happens in one spec - we use it in other places and it works just fine there.
I'm not really sure what this error means, would appreciate some help.
Reproduction repository:
Problem description:
Suggested solution:
The text was updated successfully, but these errors were encountered:
cypress-testing-library
version: 10.0.1node
version: 18.12.0npm
(oryarn
) version: 1.22.19Relevant code or config
What you did:
Ran the snippet above
What happened:
Running the above crashes with
This happens consistently on Cypress 13.6.4, works fine on Cypress 13.6.3. Furthermore it only happens in one spec - we use it in other places and it works just fine there.
I'm not really sure what this error means, would appreciate some help.
Reproduction repository:
Problem description:
Suggested solution:
The text was updated successfully, but these errors were encountered: