spec: show birthdays until a week out

This commit is contained in:
Robert Perce 2026-04-05 12:05:13 -05:00
parent 79a054ab40
commit 974bdcac34
3 changed files with 26 additions and 3 deletions

View file

@ -49,7 +49,7 @@ test('bullet points in free text display well', async ({ page }) => {
});
twst('page title has contact primary name', async ({ page }) => {
test('page title has contact primary name', async ({ page }) => {
await expect(page.title()).toContain("Test Testerson");
});