Resolve ember test (ember-try issues)
Closed this issue · 3 comments
aaronfischer commented
Resolve ember test (ember-try issues)
aaronfischer commented
2 issues:
{{get}}
template helper is not working in beta or canary, I have access to the 2 necessary arguments, the object and the key but putting them together does not render anything.- I do know that the helper is loaded because if I omit one of the necessary arguments it throws an error
- Once the record(row) is passed to the
ember-tabular-column
record it is no longer accessible, unable to render{{record}}
within ember-tabular-column.
aaronfischer commented
Made some heavy refactors to better structure the addon, also in hopes it would naturally clear up some of the testing issues.
Currently whenever ember-try attempts to run any other scenario beyond the ember-default
then we get Assertion Failed: A helper named "et.column" could not be found
.
Which leaves me stumped. (1. et.column is a reference to a contextual component, 2. Its not a very helpful error)
aaronfischer commented
@morgan I found a workaround, obviously we want the original syntax, but its a starting point in debugging further.
This throws the A helper named "et.column" could not be found.
:
The workaround:
I have no idea why I have to use the component
helper, but its a starting point.