The branding e2e spec (e2e/tests/core/branding.spec.ts, from #5568) expects a theme toggle on the user profile page. That toggle existed in Stratos 4.x but was never carried over in the migration, so the spec fails against every current build.
The intent is to restore the control, not delete the test: the app already supports light/dark (there's a toggle in the page header), but the profile page lost its setting. Restore a theme preference on the profile page, then the spec goes green as written.
The branding e2e spec (
e2e/tests/core/branding.spec.ts, from #5568) expects a theme toggle on the user profile page. That toggle existed in Stratos 4.x but was never carried over in the migration, so the spec fails against every current build.The intent is to restore the control, not delete the test: the app already supports light/dark (there's a toggle in the page header), but the profile page lost its setting. Restore a theme preference on the profile page, then the spec goes green as written.