Skip to content
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

Simulate real user events #27840

Open
rickhallett opened this issue Sep 19, 2023 · 0 comments
Open

Simulate real user events #27840

rickhallett opened this issue Sep 19, 2023 · 0 comments
Labels
E2E Issue related to end-to-end testing type: enhancement Requested enhancement of existing feature

Comments

@rickhallett
Copy link

rickhallett commented Sep 19, 2023

What would you like?

Simulate real user events in Cypress tests.

Why is this needed?

There are certain use cases where DOM elements are hidden until mouse hover, but the current doc suggestions for this scenario continue to report pointer-events: none prevents user mouse interaction and {force: true} does not provide a workaround.

This library works in those scenarios and appears to be well maintained. Perhaps it could be linked to in the appropriate doc sections?

Other

None

@nagash77 nagash77 added type: enhancement Requested enhancement of existing feature E2E Issue related to end-to-end testing labels Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E2E Issue related to end-to-end testing type: enhancement Requested enhancement of existing feature
Projects
None yet
Development

No branches or pull requests

2 participants