When trying to test components that use the ember-idx-form components I run into an error for layout components/em-form-group not found. If I comment out the layoutName attribute of that component it works for both tests, and when running the app. With the layoutName property present it can not find the layout when running tests, probably some difference in the way the parts are composed in the isolated environment of a component unit test.
When trying to test components that use the ember-idx-form components I run into an error for layout components/em-form-group not found. If I comment out the layoutName attribute of that component it works for both tests, and when running the app. With the layoutName property present it can not find the layout when running tests, probably some difference in the way the parts are composed in the isolated environment of a component unit test.