Compare commits

..
Author SHA1 Message Date
Jeppe B 50794f56a1 Tighten session bootstrap heading assertion 2026-07-09 15:53:54 +02:00
Jeppe B 4e56191b7e Fix cron due i18n link target
Add locale glossary entries for the cron due label and link the source alias through terms.glossary.due so generated runtime links resolve across active locales.
2026-07-09 14:51:17 +02:00
+1 -1
View File
@@ -80,7 +80,7 @@ test.describe("session bootstrap", () => {
releaseSession.resolve();
await expect(page.getByText("Bootstrap User")).toBeVisible({ timeout: 15_000 });
await expect(page.getByText(/System Status|Systemstatus/)).toBeVisible();
await expect(page.getByRole("heading", { name: /System Status|Systemstatus/ })).toBeVisible();
await expect(page.getByText("403 Forbidden")).toHaveCount(0);
await expect(page.getByText("Unnamed")).toHaveCount(0);
});