-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
cy.type should follow activeElement #2240
Labels
Comments
updated as non-breaking since this is a bug fix |
The code for this is done in cypress-io/cypress#4870, but has yet to be released. |
Released in |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
During
cy.type()
, if a typeable element is focused other than the command's subject, Cypress should start typing into the newly focused elementThis is a patch change, despite cypress behavior changing, because previously
cy.type
would continue to type into the subject, despite other elements gaining focusThe text was updated successfully, but these errors were encountered: