Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix clicking multiple times in an integration test
So far we only had tests that called Click() only once. If you have a test that calls Click twice (we'll add one in the next commit), you'll notice that the second click is interpreted as a drag because the mouse button wasn't released in between. Fix this by sending a "mouse-up" event after the click.
- Loading branch information