fix: restore lazy loading and CI visual baselines

Drop test-wide eager override that broke MediaImageComponentTest.
Replace local Chromium baselines with CI FrankenPHP host captures.
This commit is contained in:
2026-08-06 09:50:48 -03:00
parent 1d23e16625
commit 321f0cee11
9 changed files with 9 additions and 9 deletions

View File

@@ -33,7 +33,7 @@
$resolvedWidth = $width ?? $dimensions['width'] ?? null; $resolvedWidth = $width ?? $dimensions['width'] ?? null;
$resolvedHeight = $height ?? $dimensions['height'] ?? null; $resolvedHeight = $height ?? $dimensions['height'] ?? null;
$loadingValue = (app()->runningUnitTests() || $loading === 'eager') ? 'eager' : 'lazy'; $loadingValue = $loading;
@endphp @endphp
<img <img