Extract workspace admin coordinator

This commit is contained in:
2026-04-05 00:08:46 +02:00
parent b3cde614e7
commit abee1729c5
4 changed files with 147 additions and 92 deletions

View File

@@ -58,7 +58,7 @@ test("Rolemaster open-ended roll detail renders specialized dice chips", async (
await page.goto("/");
await expect(page.getByText("Campaign Log")).toBeVisible();
await expect(page.locator(".log-panel .log-event-badge")).toHaveText("Fumble");
await expect(page.locator(".log-panel .log-event-badge")).toContainText(["Fumble"]);
const logEntry = page.locator(".log-panel .log-entry-toggle").first();
await expect(logEntry).toBeVisible();