Loading workspace insights... Statistics interval
7 days30 daysLatest CI Pipeline Executions
46c67866 Added acceptance coverage probing settings screens through the admin shell
no ref
- proves admin-x-settings mounts and saves through the real shell (lazy
/settings/* route, legacy RoutingProvider and design system included), so
new settings coverage can be written in this tier instead of the legacy
standalone Playwright suite
- the settings app renders every group on one page, so every /settings/*
mount fires the same chrome requests (users/invites/roles, themes,
tiers/newsletters, recommendations, integrations, automated emails,
referrer stats); mockSettingsScreens() declares that world once so specs
only mention the data they assert on
- mockEditSettings() captures PUT /settings/ bodies and echoes the edit back
the way Ghost does, so write specs can assert exactly what the UI saved