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
1) workspace-project App should display welcome message
- Expected [ Entry({ level: SEVERE, message: 'http://localhost:4200/assets/angular-logo.png - Failed to load resource: the server responded with a status of 404 (Not Found)', timestamp: 1570866850657, type: '' }), Entry({ level: SEVERE, message: 'http://localhost:4200/favicon.ico - Failed to load resource: the server responded with a status of 404 (Not Found)', timestamp: 1570866850671, type: '' }) ] not to contain .
I realize there is also an issue when running ng build --prod, but it’s maybe the same. In my repro, I have an image in src/assets. If the image is in src/assets/images, then running ng build --prod throws: Unable to copy assets: ENOTSUP: operation not supported on socket, copyfile '/Users/.../e2e-assets/src/assets/images' -> '/Users/.../e2e-assets/dist/e2e-assets/assets/images'.
🐞 Bug report
Command (mark with an
x
)Is this a regression?
Yes, the previous version in which this bug was not present was: 9.0.0-next.8
Description
The assets are not served in e2e tests, leading to errors in the console and failing e2e task.
🔬 Minimal Reproduction
This is fairly straightforward to repro:
I put together a small repro: https://github.com/cexbrayat/e2e-assets
🔥 Exception or Error
🌍 Your Environment
Anything else relevant?
Reverting to
9.0.0-next.8
removes the error.The text was updated successfully, but these errors were encountered: