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
right now for setup the task-tracking.js should be added to polyfils.ts.
angular initializes ngZone with /task-tracking.js properties (Zone['TaskTrackingZoneSpec']) before protractor hooks (onPageLoad)
so i dont see the way to add it dynamically to page by plugin.
maybe its possible to monkeypatch ngZone itself.
or make some PR to angular, to make protractor plugins more flexible.
The text was updated successfully, but these errors were encountered:
right now for setup the task-tracking.js should be added to
polyfils.ts
.angular initializes ngZone with /task-tracking.js properties (
Zone['TaskTrackingZoneSpec']
) before protractor hooks (onPageLoad)so i dont see the way to add it dynamically to page by plugin.
maybe its possible to monkeypatch ngZone itself.
or make some PR to angular, to make protractor plugins more flexible.
The text was updated successfully, but these errors were encountered: