Closed
Description
Which @angular/* package(s) are the source of the bug?
core
Is this a regression?
No
Description
I don't believe is an Angular issue, but I'm creating this report for clarity and to increase visibility.
Since updating to Chrome ~128.x
running unit tests produce an error in spite of all tests passing. To reproduce you can simply create a new project and run ng test
.
Please provide a link to a minimal reproduction of the bug
No response
Please provide the exception or error you saw
Chrome Headless 128.0.0.0 (Mac OS 10.15.7) ERROR
Some of your tests did a full page reload!
Chrome Headless 128.0.0.0 (Mac OS 10.15.7): Executed 4129 of 4129 SUCCESS (18.521 secs / 17.638 secs)
Please provide the environment you discovered this bug in (run ng version
)
Angular CLI: 17.3.8
Node: 18.20.4
Package Manager: npm 10.7.0
OS: darwin arm64
Angular: 17.3.11
... animations, common, compiler, compiler-cli, core, forms
... language-service, localize, platform-browser
... platform-browser-dynamic, router
Package Version
------------------------------------------------------------
@angular-devkit/architect 0.1703.8
@angular-devkit/build-angular 17.3.8
@angular-devkit/core 17.3.8
@angular-devkit/schematics 17.3.8
@angular-devkit/schematics-cli 17.3.8
@angular/cdk 17.3.10
@angular/cli 17.3.8
@angular/flex-layout 15.0.0-beta.42
@angular/material 17.3.10
@angular/material-moment-adapter 17.3.10
@schematics/angular 17.3.8
ng-packagr 17.3.0
rxjs 7.8.1
typescript 5.3.3
zone.js 0.14.7
Anything else?
I tested it out on new Angular 17 and 18 projects using node 18 and 20 and get the same results for all of them. I was able to verify that upon reverting to Chrome 127.x
the error is not produced.