feat: update package copy and admin control room

This commit is contained in:
Codex Agent
2026-01-15 19:54:04 +01:00
parent 7b88c1d365
commit 2945c710e3
42 changed files with 1310 additions and 2017 deletions

View File

@@ -58,8 +58,8 @@ test.describe('Tenant Admin PWA end-to-end coverage', () => {
await page.waitForLoadState('networkidle');
await expect(page.getByText(eventName, { exact: false })).toBeVisible();
await page.goto(`/event-admin/mobile/events/${createdSlug}/photos`);
await expect(page.getByText(/Foto-Moderation|Photo moderation/i)).toBeVisible();
await page.goto(`/event-admin/mobile/events/${createdSlug}/control-room`);
await expect(page.getByText(/Moderation & Live Show|Moderation & Live-Show/i)).toBeVisible();
await page.goto(`/event-admin/mobile/events/${createdSlug}/members`);
await expect(page.getByText(/Event-Mitglieder|Event members/i)).toBeVisible();