Route billing upgrade CTA to package shop

This commit is contained in:
Codex Agent
2026-01-15 10:28:18 +01:00
parent 7095afa43e
commit b732f88b0e
2 changed files with 7 additions and 9 deletions

View File

@@ -168,6 +168,7 @@ describe('MobileBrandingPage', () => {
getEventMock.mockResolvedValueOnce({
...baseEvent,
package: { branding_allowed: false, watermark_allowed: false },
settings: { branding_allowed: false, watermark_allowed: false },
});
render(<MobileBrandingPage />);
@@ -183,6 +184,7 @@ describe('MobileBrandingPage', () => {
getEventMock.mockResolvedValueOnce({
...baseEvent,
package: { branding_allowed: true, watermark_allowed: false },
settings: { branding_allowed: true, watermark_allowed: false },
});
render(<MobileBrandingPage />);