mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-05-17 02:50:17 +00:00
- Render the privacy-policy link in the disclosure with the locale-aware path from getRoutes(locale).privacyPolicy instead of a hardcoded /privacy-policy. The i18n string is split into a before/link-label/ after triple so zh-CN visitors land on /zh-CN/privacy-policy. - Restore the global console.warn implementation in afterAll for the resolveHubspotRegion describe block so the warn spy doesn't leak across files. - Collapse the three cookie-separator-variant tests into a single it.each block per the project's "no redundant tests" guideline. - Add component tests covering both the en and zh-CN privacy-policy link hrefs to lock the locale routing in place.