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 working on angular 16 project and its jasmine karma tests are flaky in nature sometimes they pass but soemtimes they fail. The error logs is -
Error: executing a cancelled action
at AsyncAction.execute (node_modules/rxjs/dist/esm/internal/scheduler/AsyncAction.js:41:20)
at AsyncScheduler.apply (node_modules/rxjs/dist/esm/internal/scheduler/AsyncScheduler.js:17:33)
at apply (node_modules/zone.js/fesm2015/zone.js:2367:41)
at _ZoneDelegate.invokeTask (node_modules/zone.js/fesm2015/zone.js:402:31)
at ProxyZoneSpec.onInvokeTask (node_modules/zone.js/fesm2015/zone-testing.js:304:39)
at _ZoneDelegate.invokeTask (node_modules/zone.js/fesm2015/zone.js:401:60)
at Zone.runTask (node_modules/zone.js/fesm2015/zone.js:173:47)
at apply (node_modules/zone.js/fesm2015/zone.js:472:48)
at data.args.<computed> (node_modules/zone.js/fesm2015/zone.js:2347:32)
Can someone please help me what is the root cause of this error and how to fix this.
version using -
angular : 16.2.8
rxjs : 7.8.1
zone.js : 0.13.3
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am working on angular 16 project and its jasmine karma tests are flaky in nature sometimes they pass but soemtimes they fail. The error logs is -
Can someone please help me what is the root cause of this error and how to fix this.
version using -
angular : 16.2.8
rxjs : 7.8.1
zone.js : 0.13.3
Beta Was this translation helpful? Give feedback.
All reactions