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
However, our utility function fires them as mousedown, focusin, focus, mouseup, click. I noticed this while migrating the implementation to @ember/test-helpers and writing unit tests for the behavior of click.
The text was updated successfully, but these errors were encountered:
TBH, I believe this discrepancy has always existed. I only created an issue because I'd like for this library to match the behavior as much as possible with @ember/test-helpers.
Demo: https://output.jsbin.com/vilumo
Tested on MS Edge, FireFox, Chrome, and Safari the output is:
However, our utility function fires them as
mousedown, focusin, focus, mouseup, click
. I noticed this while migrating the implementation to@ember/test-helpers
and writing unit tests for the behavior ofclick
.The text was updated successfully, but these errors were encountered: