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
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"?"
The text was updated successfully, but these errors were encountered:
A test like this one
Quietly fails with the error in the DevTools console "Invalid Chai property: exists. Did you mean "exist"?"
The text was updated successfully, but these errors were encountered: