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