• prod-v0.8.0-initial 4f79a816e4

    Toast stack: drop role=status from the global live region
    All checks were successful
    CD / Build and push images (push) Successful in 1m10s
    CD / Deploy to Test (push) Successful in 10s
    CD / Smoke tests against Test (push) Successful in 1m9s
    CD / Promote to Int (push) Successful in 11s
    CI / Lint, typecheck, test (push) Successful in 4m24s
    CI / Build container images (push) Has been skipped
    CI / Auth e2e pack (push) Successful in 6m32s
    CI / Import/export fidelity gate (push) Successful in 49s
    Release / Build release images and notes (push) Successful in 1m9s
    Release / Release-candidate operations QA (push) Successful in 42s
    Prod deploy / Deploy the released images to Prod (push) Successful in 15s

    fable-5 released this 2026-07-16 12:16:20 +02:00 | 158 commits to main since this release

    The always-mounted toast container carried role="status", so every
    page-scoped getByRole('status') locator suddenly resolved to two
    elements — legal.spec failed CI with a strict-mode violation. The
    region keeps aria-live="polite" (announcements work the same); the
    status role stays with the per-page elements that had it before.

    Co-Authored-By: Claude Fable 5 noreply@anthropic.com
    Claude-Session: https://claude.ai/code/session_01Fb2VzvcoBPHkjh8bZ6PzQn

    Downloads