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
From Autocomplete Component under the heading "An Integration Test" (and just before the heading "Application Tests") the test in file tests/integration/components/list-filter-test.js ("should update with matching listings") fails due to no element passed to triggerKeyEvent() call. This failure also applies to the test "should initially load all listings".
Although I've only looked at Ember for less than 2 days, I get the impression this error is caused by the fact that class .list-filter does not exist on the input HTML tag generated by the list-filter component.
The text was updated successfully, but these errors were encountered:
From Autocomplete Component under the heading "An Integration Test" (and just before the heading "Application Tests") the test in file
tests/integration/components/list-filter-test.js
("should update with matching listings") fails due to no element passed totriggerKeyEvent()
call. This failure also applies to the test "should initially load all listings".Although I've only looked at Ember for less than 2 days, I get the impression this error is caused by the fact that class
.list-filter
does not exist on theinput
HTML tag generated by thelist-filter
component.The text was updated successfully, but these errors were encountered: