accessibility/keyevents-for-actions-mimic-real-key-events.html The test expects two keyboard events to be emitted, one for `axSlider.increment()` and another for the `eventSender.keyDown('rightArrow')`. Only the latter is being emitted. The call on the ax object does not trigger a keyboard event.
<rdar://problem/73645596>