test: refresh visual baselines from CI Ubuntu screenshots

Media now loads on same-origin /storage paths, so baselines must
capture the rendered fixtures. Use full-page snapshots from the CI
runner to keep Pest's exact snapshot match stable across environments.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-29 09:01:56 -03:00
parent 0adaadd9ed
commit 399e7be3a9
9 changed files with 9 additions and 9 deletions

View File

@@ -47,7 +47,7 @@ foreach ($screens as $screen => $path) {
->withLocale('pt-BR') ->withLocale('pt-BR')
->withTimezone('America/Fortaleza') ->withTimezone('America/Fortaleza')
->resize($width, $height) ->resize($width, $height)
->assertScreenshotMatches(false); ->assertScreenshotMatches();
}); });
} }
} }