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
nagash77
added
E2E
Issue related to end-to-end testing
Triaged
Issue has been routed to backlog. This is not a commitment to have it prioritized by the team.
and removed
routed-to-e2e
labels
Apr 19, 2023
Current behavior
Reports that focus is missing:
And yes I have:
We can see in
cypress/types/chai-jquery/index.d.ts
is using:The assertion does exist (#97) although it is using
is(':focus')
rather than=== document.activeElement
like the chai-jquery docs say (https://www.chaijs.com/plugins/chai-jquery/#focus).Desired behavior
Include all the available chai-jquery properties in the Typescript definitions.
Test code to reproduce
https://github.com/steinybot/bug-reports/tree/cypress/chai-jquery-focus
Cypress Version
10.8.0
Node version
18.5.0
Operating System
macOS 12.6
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: