feat: update package copy and admin control room

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

View File

@@ -119,14 +119,14 @@ test.describe('Tenant admin add-on upgrades', () => {
status: 200,
contentType: 'application/json',
body: JSON.stringify({
checkout_url: '/event-admin/events/limit-event/photos?addon_success=1',
checkout_url: '/event-admin/mobile/events/limit-event/control-room?addon_success=1',
checkout_id: 'chk_addon_1',
expires_at: new Date(Date.now() + 600000).toISOString(),
}),
});
});
await page.goto('/event-admin/mobile/events/limit-event/photos');
await page.goto('/event-admin/mobile/events/limit-event/control-room');
await expect(page.getByText(/Upload-Limit erreicht/i)).toBeVisible();