zone.js 0.8.18 - Protractor tests failed - Timed out waiting for asynchronous Angular tasks #945
Description
We updated version for zone.js from 0.8.12 to 0.8.18. After this, all our e2e tests with Protractor stopped work. When test had to resolve any instructions with expect, finally finished with the same error, ex.:
Failed: Timed out waiting for asynchronous Angular tasks to finish after 60 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 While waiting for
element with locator - Locator: By(xpath, //div[@id="dashboardBoxes"]/div)
We checked all versions since 0.8.12 to 0.8.17 and we hadn't issue with them, only with version 0.8.18. We couldn't find any workaround for this, so we're still using version 0.8.17, but if new Angular will be released, then I guess will use the new version of zone.js and our issue with e2e tests will come back.