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
fix(cdk/testing): don't send unnecessary Key.chords to protr… (#18685)
Because of a bug in geckodriver (mozilla/geckodriver#1502), Key.chord does not work as expected when testing under Firefox. While there is no complete solution to that problem, this change at least reduces the frequency with which users will encounter the bug.
Before: bug encountered on any invocation of sendKeys.
After: bug only encountered when using modifier keys. Plain text can still be entered.
0 commit comments