Enable chromedriver tests testActionsMouse* and testMouseMoveTo
When I changed dispatching events from synchronously to asynchronously, it causes some regression because we have not received the result from the actions but the tests already finished. We should make the default way of dispatching events as synchronously, when we really need send events asynchronously then we add this flag. Now I added this flag so I can enable the tests again. Bug: 999750 Change-Id: Ibe6185b63db4a731674e758cdf484896a6ced766 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1783641 Commit-Queue: Lan Wei <lanwei@chromium.org> Reviewed-by:John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#693389}
Showing
Please register or sign in to comment