Closed bahmutov closed 2 years ago
A test like this one
describe('aliases', () => { it('has an existing alias', () => { cy.wrap(42).as('answer') cy.get('@answer').if('exists').log('alias exists').should('equal', 42) }) })
Quietly fails with the error in the DevTools console "Invalid Chai property: exists. Did you mean "exist"?"
:tada: This issue has been resolved in version 1.8.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
A test like this one
Quietly fails with the error in the DevTools console "Invalid Chai property: exists. Did you mean "exist"?"