Skip to content
This repository has been archived by the owner on May 26, 2019. It is now read-only.

[Tutorial] Integration test fails on triggerKeyEvent() #2281

Open
acorncom opened this issue Mar 13, 2018 · 1 comment
Open

[Tutorial] Integration test fails on triggerKeyEvent() #2281

acorncom opened this issue Mar 13, 2018 · 1 comment

Comments

@acorncom
Copy link
Contributor

Migrating from emberjs/ember.js#16371

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.

@toddjordan
Copy link
Contributor

toddjordan commented Mar 14, 2018

I think this may have been fixed by #2269 and/or #2271 .
@rayascott can you confirm?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants