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
{{ message }}
This repository was archived by the owner on Mar 5, 2022. It is now read-only.
Using TypeScript, when attempting to cy.mount an element.
Such as:
cy.mount(<div></div>)
Provides the type error:
Argument of type 'Element' is not assignable to parameter of type 'Symbol'.
Property '[Symbol.toStringTag]' is missing in type 'Element' but required in type 'Symbol'.