All checks were successful
CI / Unit & Component Tests (pull_request) Successful in 3m17s
CI / OCR Service Tests (pull_request) Successful in 21s
CI / Backend Unit Tests (pull_request) Successful in 3m33s
CI / fail2ban Regex (pull_request) Successful in 46s
CI / Semgrep Security Scan (pull_request) Successful in 22s
CI / Compose Bucket Idempotency (pull_request) Successful in 1m6s
The component-test browser env (src/test-setup.ts) loads no Tailwind stylesheet, so the footer buttons' min-h/min-w-[44px] classes have no layout effect there and the elements collapse to their 16px icon — making the getBoundingClientRect size assertions fail in CI. Assert the sizing utility classes instead; they are the exact mechanism that produces the WCAG 2.2 §2.5.8 target size in the real app. The compiled pixel size remains covered by the full-app e2e. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>