Types erroneously doesn't take into account JQuery-wrapping #8440
Labels
stage: ready for work
The issue is reproducible and in scope
type: typings
Issue related to Cypress types (for TypeScript)
Current behavior:
A HTML-element returned in
.then(..)
will be wrapped in a JQuery-object by Cypress, but the types doesn't take this into account.Desired behavior:
Test code to reproduce
Here. Run
dtslint types
and watch it fail.Versions
Cypress v5.0.0, Arch Linux.
The text was updated successfully, but these errors were encountered: