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
test: update menu modifier chord tests to workaround chromium bug
It seems that after the recent chromium update, two menu e2e tests started
to fail consistently given the use of `Key.chord` with a modifier key. The
problem seems to be that chromium has a bug with the revision we are using,
where the chord `Key.NULL` reset key is sent as actual character to the active
element instead of the key state/modifier state being reset.
Related: https://bugs.chromium.org/p/chromedriver/issues/detail?id=3999.
It's low-effort to just release the keys manually here.
0 commit comments