Why does my integration test not work in Angular 19?
Just having a simple navbar component with 4 links : Login & Signup (if not logged in), My Account & Logout (if logged in). I wrote an integration test to check if the click on the logout link calls the logout method.
Why does my integration test not work in Angular 19?
Just having a simple navbar component with 4 links : Login & Signup (if not logged in), My Account & Logout (if logged in). I wrote an integration test to check if the click on the logout link calls the logout method.