From 69d8930b8829a6e2bc8d78a4e35cc75a2c9866f9 Mon Sep 17 00:00:00 2001 From: Elie Habib Date: Fri, 27 Mar 2026 20:19:30 +0400 Subject: [PATCH] fix(e2e): add missing Earthquake fields to map-harness test fixture --- src/e2e/map-harness.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/e2e/map-harness.ts b/src/e2e/map-harness.ts index 32f407c10..beb227f16 100644 --- a/src/e2e/map-harness.ts +++ b/src/e2e/map-harness.ts @@ -839,6 +839,10 @@ const seedAllDynamicData = (): void => { location: { latitude: 34.1, longitude: -118.2 }, occurredAt: new Date('2026-02-01T10:00:00.000Z').getTime(), sourceUrl: 'https://example.com/eq', + nearTestSite: false, + testSiteName: '', + concernScore: 0, + concernLevel: 'none', }, ];