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
See this example. The twiddle defaults to Ember 2.5.1 (and so the test fails); change it to use Ember 2.4.5 and the test will pass.
When the triggerEvent helper is used to generate a focus event in a test for the <input> in a test, the onfocus action is triggered twice. This is causing problems in our actual app, which triggers the search action on the power-select on focus.
The text was updated successfully, but these errors were encountered:
See this example. The twiddle defaults to Ember 2.5.1 (and so the test fails); change it to use Ember 2.4.5 and the test will pass.
When the
triggerEvent
helper is used to generate afocus
event in a test for the<input>
in a test, theonfocus
action is triggered twice. This is causing problems in our actual app, which triggers thesearch
action on the power-select on focus.The text was updated successfully, but these errors were encountered: