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

perform a test during a mousedown event #158

Open
swipie opened this issue Oct 14, 2016 · 0 comments
Open

perform a test during a mousedown event #158

swipie opened this issue Oct 14, 2016 · 0 comments
Labels

Comments

@swipie
Copy link

swipie commented Oct 14, 2016

I want to write a test when the mousedown event is triggered. A class is add during the mousedown and removed at the mouseup event. At the moment it is only possible to perform a ".click()" which triggers a mousedown and also a mouseup event so I can not test if the class is added between the mousedown and the mouseup event.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants