Closed spruce closed 7 years ago
Hey,
I'm not sure about the state of the tests, I'm pretty sure they stopped working properly while migrating from custom build to Ember CLI Addon,
Actually the error means that it can't find the components/em-form-group
template.
Except tests do you have any problem using the component itself?
Hey, No I can use that component in the app itself.
@asaf anything new on the issue?
@spruce I think what you need is needs: ['template:components/em-form-group']
, you need to specify the template name in your test
Hey, first I want to thank you for the great work all of you do on ember-forms.
I started looking at the tests which are auto generated by ember-cli. In one template where I use ember-forms inside a custom component the test fails: First it said cannot locate em-forms component. So I added this
needs: ['component:em-form', 'component:em-input', 'component:em-select']
to the testfile. Now the test complains that it can't find some layout/HTMLBars fileAnything I can do to fix that?
Thanks :)
Versions: