i18n Compliance — Nightly Failure
Date: 2026-06-13 | Suite: i18n | Workflow run
What Failed
Test summary (click to expand)
How to Fix
Run locally
cd web && PLAYWRIGHT_BASE_URL=http://localhost:5174 npx playwright test --config e2e/compliance/compliance.config.ts e2e/compliance/i18n-compliance.spec.ts --project=chromium
Fix guidance
Hardcoded English strings found in the UI that should use t() translations.
Extract strings to web/public/locales/en/translation.json and wrap with useTranslation.
Buttons, headings, and labels are failures; tooltips and descriptions are warnings.
Rules
- Fix the root cause in source code — do NOT weaken test assertions
- Re-run the suite locally and verify 0 failures before submitting
- The spec file is
web/e2e/compliance/i18n-compliance.spec.ts — read it to understand what's being checked
- Check recent commits that may have introduced the regression
Auto-created by Nightly Compliance workflow. Assigned to Copilot for auto-fix.
i18n Compliance — Nightly Failure
Date: 2026-06-13 | Suite:
i18n| Workflow runWhat Failed
Test summary (click to expand)
How to Fix
Run locally
Fix guidance
Hardcoded English strings found in the UI that should use
t()translations.Extract strings to
web/public/locales/en/translation.jsonand wrap withuseTranslation.Buttons, headings, and labels are failures; tooltips and descriptions are warnings.
Rules
web/e2e/compliance/i18n-compliance.spec.ts— read it to understand what's being checkedAuto-created by Nightly Compliance workflow. Assigned to Copilot for auto-fix.