Compare commits

..
Author SHA1 Message Date
Jeppe B e96d80cdb7 Add due glossary entries for cron i18n link 2026-07-09 14:04:20 +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.getByRole("heading", { name: /System Status|Systemstatus/ })).toBeVisible();
await expect(page.getByText(/System Status|Systemstatus/)).toBeVisible();
await expect(page.getByText("403 Forbidden")).toHaveCount(0);
await expect(page.getByText("Unnamed")).toHaveCount(0);
});