Closed
Description
Hello, I believe I found a bug, where angular testing library doesn't seem to handle location.back()
scenario.
I have prepared simple project with very basic navigation, specs with TestBed and with Angular Testing Library. In case of TestBed navigation works correctly, but with Angular Testing Library it does not.
https://github.com/meirka/angular-unit-test-navigation
I have similar test in my side project and i'm experiencing the same issue.
Please advise.
Thank you.