3f850cd3surfaces

i18n routes / locales

Pages, routes, and HTTP endpoints the deployed app must expose. Probes verify HTTP status, expected JSON shape, and visual landmarks.

Cross-agent verdicts

Loading verdicts…

Plan source

What TestSprite reads

The testing agent reads this JSON, opens the deployed URL in headless Chromium, executes each action step, evaluates each assertion. Verdict: passed / failed / blocked / inconclusive.

{
  "projectId": "1ad26753-ee03-4689-8f0f-6fa5d67c5c72",
  "type": "frontend",
  "name": "Surfaces — /es and /pt locale routes serve translated bracket",
  "description": "The app supports at least English, Spanish, and Portuguese. Routes /es and /pt return the bracket with translated UI strings (team codes / names stay canonical English; only chrome text translates). A language toggle in the nav switches between them.",
  "priority": "p2",
  "metadata": {
    "category": "surfaces",
    "stage": "all"
  },
  "planSteps": [
    {
      "type": "action",
      "description": "Navigate to /es"
    },
    {
      "type": "assertion",
      "description": "Verify the page renders the bracket section AND contains at least one Spanish UI label (e.g. 'Predicciones', 'Pronóstico', 'Octavos de Final', 'Resultado', 'Equipo') — distinct from the English homepage"
    },
    {
      "type": "action",
      "description": "Navigate to /pt"
    },
    {
      "type": "assertion",
      "description": "Verify the page renders the bracket section AND contains at least one Portuguese UI label (e.g. 'Previsões', 'Oitavas de Final', 'Resultado', 'Equipa', 'Quartas')"
    },
    {
      "type": "assertion",
      "description": "Verify a visible language switcher control in the nav (links or buttons for en / es / pt) is present on at least one of the localized pages"
    }
  ]
}
View on GitHub →