-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
After upgrading from Cypress 8 to 10, we started getting this CypressError using @interactors/[email protected]:
Cypress.Commands.add()cannot create a new command namedexpectbecause that name is reserved internally by Cypress.
node_modules/.pnpm/@[email protected][email protected]/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'));
| ^
Metadata
Metadata
Assignees
Labels
No labels