mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
7ba8929504
Fixes race conditions where intermediate layout renders caused the browser to emit 'largest-contentful-paint' events or 'load' events that led to inconsistent console logs. Updated tests to correctly wait for elements to stabilize and properly filter expected log messages.
- NgOptimizedImage directive testing
This folder contains a simple application that can be used as a playground for the NgOptimizedImage directive testing. You can run the following command to start the dev server:
pnpm ibazel run packages/core/test/bundling/image-directive:devserver
There is also a set of e2e tests (powered by Protractor), which can be invoked by running:
pnpm bazel test packages/core/test/bundling/image-directive:protractor_tests