You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: