You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing an issue where this test pass only if singleRun is false.
When I set singleRun to true the test fails because template.html() is empty.
I've tried to add timeouts or to fire more digests but it always fails.
It seems that the template of my-app-language-switcher (it uses templateUrl) is not correctly loaded and the directive is not compiled if singleRun is true: I've tried to console.log the document.body after the digest and the directive is not compiled.
I'm experiencing an issue where this test pass only if singleRun is false.
When I set singleRun to true the test fails because
template.html()
is empty.I've tried to add timeouts or to fire more digests but it always fails.
It seems that the template of
my-app-language-switcher
(it uses templateUrl) is not correctly loaded and the directive is not compiled if singleRun is true: I've tried to console.log the document.body after the digest and the directive is not compiled.The text was updated successfully, but these errors were encountered: