I'am testing a login page, and then wait to load the home page title to expect true, but when I run the test I have this message:
Failed: Timed out waiting for asynchronous Angular tasks to finish after 11 seconds. This may be because the current page is not an Angular application. Please see the FAQ for more details: https://github.com/angular/protractor/blob/master/docs/timeouts.md#waiting-for-angular
I read something, but the solution is to set browser.waitForAngularEnabled(false);
Why is it? I don't understand why? Now It works but would be a problem with more complex tests?
Thanks