Cannot read property 'split' of undefined
error in tests when upgrading to ember 3.13.0
#340
Labels
Cannot read property 'split' of undefined
error in tests when upgrading to ember 3.13.0
#340
I upgraded my code base and got the error
Cannot read property 'split' of undefined
in my test suite in the cookie service.this.get('_document.cookie')
returnsundefined
even thoughdocument.cookie
has the valueauth_redirecting=true
The failing test is fairly straightforward
The text was updated successfully, but these errors were encountered: