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
After upgrading from Cypress 8 to 10, we started getting this CypressError using @interactors/with-cypress@1.0.0-rc1.1:
CypressError
@interactors/with-cypress@1.0.0-rc1.1
Cypress.Commands.add() cannot create a new command named expect because that name is reserved internally by Cypress.
Cypress.Commands.add()
expect
node_modules/.pnpm/@interactors+with-cypress@1.0.0-rc1.1_cypress@10.2.0/node_modules/@interactors/with-cypress/dist/cypress.js:34:1:
node_modules/.pnpm/@interactors+with-cypress@1.0.0-rc1.1_cypress@10.2.0/node_modules/@interactors/with-cypress/dist/cypress.js:34:1
33 | // NOTE: Add interaction assertion function, Cypress also overrides `expect` method to a wrapper function > 34 | Cypress.Commands.add('expect', (interaction) => interact([].concat(interaction), 'expect')); | ^
The text was updated successfully, but these errors were encountered:
@wKich is working on a workaround and a more permanent solution to this in here #208
Sorry, something went wrong.
No branches or pull requests
After upgrading from Cypress 8 to 10, we started getting this
CypressError
using@interactors/with-cypress@1.0.0-rc1.1
:node_modules/.pnpm/@interactors+with-cypress@1.0.0-rc1.1_cypress@10.2.0/node_modules/@interactors/with-cypress/dist/cypress.js:34:1
:The text was updated successfully, but these errors were encountered: