From T351298
Major: When I interact with a radio button, I see two identical events being submitted one after the other (with < 1 ms gap between submissions).
Expected Behavior:
The expected behavior is that a single event should be generated when interacting with the client preferences sidebar radio button. Duplicate events with an extremely small time gap between submissions should not occur.
Actual Behavior:
Two identical events are being submitted in rapid succession (< 1 ms gap) when interacting with a radio button.
QA
Make sure only a single event.action="click" event is firing per radio button click in the Client Preferences Sidebar