Cannot read property 'currentHandlerInfos' of undefined
hoIIer opened this issue · 2 comments
hoIIer commented
My integration test that contains some buttons with route-action
set is throwing the error:
Cannot read property 'currentHandlerInfos' of undefined
How can I get around this for an integration test? The route-action's that are called are set on the app route whereas I'm just testing a component here...
Thanks