Open simpleclicks opened 6 years ago
If you are able to, I'd recommend stop using the triggerEvent
from this addon and instead use the one in @ember/test-helpers
(note: It required ember-cli-qunit 4.3 or greater). The helpers in this addon have been copied there and perfected, so this one will soon be deprecated.
When I send in the options through the trigger event for the 'change' event on the file input selector, buildFileEvent gets called and the function does not include the options with the event object returned.