-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUGFIX release] Fix mouseenter typo in ember-testing helpers #13310
Conversation
Great catch! This was just released in v2.5.0 (cut earlier today), and we are in the process of rolling canary -> beta and beta -> release. Can you update commit prefix to be |
No problem! |
So after digging into it a bit more it looks like setting enableOptionalFeatures makes the test consistently fail for me. Is there an easy way to find out which flag is causing the problem? |
@@ -449,6 +449,38 @@ QUnit.test('`click` triggers native events with simulated X/Y coordinates', func | |||
|
|||
} | |||
|
|||
QUnit.test('`triggerEvent` with mouseenter triggers native events with simulated X/Y coordinates', function() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Move this up into the guard above ( if (!isEnabled('ember-glimmer')) {
guard that ends just above here at L450).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks!
(cherry picked from commit 3970129)
(cherry picked from commit 3970129)
It looks like there was a typo in #12575
mousenter
should bemouseenter