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
The problem is in the fact that the dom event is emitted 15 ms after CDP Input.dispatchMouseEvent command is finished. This makes the test failing, as the events are not yet emited when requested.
/webdriver/tests/bidi/input/release_actions/sequence.py/test_release_mouse_sequence_resets_dblclick_state[without release actions]
Spec: https://w3c.github.io/webdriver-bidi/#module-input
Tracking
NoSuchNodeException
instead ofInvalidArgumentException
#750keypress
event for surrogate pairs w3c/webdriver#1741 (this is a noop)test_release_mouse_sequence_resets_dblclick_state
web-platform-tests/wpt#40115[WebDriver] update input key codepoint tests web-platform-tests/wpt#46019
[WebDriver] update input key codepoint tests web-platform-tests/wpt#46019
/webdriver/tests/bidi/input/perform_actions/pointer_mouse_multiclick.py/test_dblclick_at_coordinates[200-False]pointermove
should not be emitted before the pen is detected (pointerdown
)pointerleave
should be emitted afterpointerup
in case of the pen.Input.dispatchMouseEvent
command is finished. This makes the test failing, as the events are not yet emited when requested./webdriver/tests/bidi/input/release_actions/sequence.py/test_release_mouse_sequence_resets_dblclick_state[without release actions]
The text was updated successfully, but these errors were encountered: