-
Notifications
You must be signed in to change notification settings - Fork 785
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
Unable to test interact js with cypress end-to-end testing library #856
Comments
It's likely that because the cypress browser supports PointerEvents, interact is only listening to those and ignore the mouse events. Can you try triggering |
Could you make a repo with just enough set up to reproduce this? |
I will set one up over soon. Thanks |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Expected behavior
I should be able to trigger native events with cypress testing-dom__drag-drop
Actual behavior
interact js does not pick up any trigger events from cypress
System configuration
interact.js version: 1.9.18
Browser name and version: Chrome
Operating System: macOS
The text was updated successfully, but these errors were encountered: