From 9402594eb85b8bb6d735e9687c793eb6f6d8fdbe Mon Sep 17 00:00:00 2001 From: Mischa Date: Sat, 20 Jun 2026 15:04:12 +0200 Subject: [PATCH] test: update M7 selector for journal-post.is-highlighted --- tests/ui/maps.spec.js | 4 ++-- user | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/ui/maps.spec.js b/tests/ui/maps.spec.js index 2e6319f..accfb25 100644 --- a/tests/ui/maps.spec.js +++ b/tests/ui/maps.spec.js @@ -89,6 +89,6 @@ test('M7: clicking map marker briefly highlights the corresponding entry card', // Click the first marker await page.locator('.maplibregl-marker').first().click(); - // Within 500ms of click + delay, one entry-card should have is-highlighted - await expect(page.locator('.entry-card.is-highlighted')).toBeVisible({ timeout: 1500 }); + // Within 500ms of click + delay, one journal-post should have is-highlighted + await expect(page.locator('.journal-post.is-highlighted')).toBeVisible({ timeout: 1500 }); }); diff --git a/user b/user index e7482e5..da7fbaf 160000 --- a/user +++ b/user @@ -1 +1 @@ -Subproject commit e7482e5bdd00805843b8864863d4afbd7cbb4db1 +Subproject commit da7fbaf5b19723f94308fac8f48c92099520641d