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
I've noticed a test failing in Ember 2.8.0 (as well as the current canary build) in the ember-ajax repo. I've traced it back to this line here where an element should be clicked. That should trigger the click() event on the component in that test, but it doesn't.
Is that an intentional change or a bug? If it's intentional, how would one define a general click handler instead?
The text was updated successfully, but these errors were encountered:
I've noticed a test failing in Ember 2.8.0 (as well as the current canary build) in the
ember-ajax
repo. I've traced it back to this line here where an element should be clicked. That should trigger theclick()
event on the component in that test, but it doesn't.Is that an intentional change or a bug? If it's intentional, how would one define a general click handler instead?
The text was updated successfully, but these errors were encountered: