Update snapshots

This commit is contained in:
Marc Emmanuel 2026-01-23 14:44:56 +01:00
parent 28c2f2db7d
commit 6ea2ae867b
7 changed files with 7 additions and 7 deletions

View file

@ -15,7 +15,7 @@ test.describe('map layers', () => {
// NOTE:
// - We use a fixed seed ("test-seed") to make map generation deterministic for snapshot tests.
// - Snapshots are OS-independent (configured in playwright.config.ts).
await page.goto('/?seed=test-seed')
await page.goto('/?seed=test-seed&&width=1280&height=720')
// Wait for map generation to complete by checking window.mapId
// mapId is exposed on window at the very end of showStatistics()