You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run protractor against my app, and it is timing out on waitForAngularEnabled.
Seems like angulartics2 is running some long right async task that is causing this issue.
I tried to wrapped around "angulartics2GoogleAnalytics.startTracking()" with ngZone.runOutsideAngular, but that didn't seems to help.
Any help will be appreciated.
thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi,
I am trying to run protractor against my app, and it is timing out on waitForAngularEnabled.
Seems like angulartics2 is running some long right async task that is causing this issue.
I tried to wrapped around "angulartics2GoogleAnalytics.startTracking()" with ngZone.runOutsideAngular, but that didn't seems to help.
Any help will be appreciated.
thanks in advance.
The text was updated successfully, but these errors were encountered: