-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cypress 3.3.0 .should('have.focus') does not work #4265
Comments
@jevors thanks for the heads up, somehow it was not actually merged from the 3.3.0 feature branch: https://github.com/cypress-io/cypress/compare/v3.3.0 |
The code for this is done in cypress-io/cypress#4274, but has yet to be released. |
I guess it would be useful to update the 3.3.0 changelog removing this feature. |
Released in |
Current behavior:
In issue #97 the behaviour for have.focus is implemented. As @bkucera described in this specific edit it should be possible to make user of .should('have.focus'). But that doesn't work with 3.3.0, usage results in:
Desired behavior:
Be able to use .should('have.focus')
Versions
Cypress: 3.3.0
Chrome: 74
Electron: 61
The text was updated successfully, but these errors were encountered: