-
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
Map not responding to mouse commands #2768
Comments
@justin-bits we're planning on supporting drag-and-drop and right click in the future , and we're also fixing the events fired for |
Great, thanks! This is definitely something I need for my tests. |
The code for this is done in cypress-io/cypress#3030, but has yet to be released. |
Released in |
Current behavior:
No response from the map in application under test to mouse commands in Cypress test script.
Desired behavior:
Looking for a way to update test script so that mouse commands work with the map, or updates to Cypress.
Steps to reproduce:
This test script has four different attempts to use mouse commands on the map in this application, none of them are working.
Versions
Cypress 3.1.1
Chrome 70
Windows 10 / macOS 10.12.6
The text was updated successfully, but these errors were encountered: