test: update M7 selector for journal-post.is-highlighted

This commit is contained in:
2026-06-20 15:04:12 +02:00
parent da1b9f0e93
commit 9402594eb8
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 });
});
+1 -1
Submodule user updated: e7482e5bdd...da7fbaf5b1