All checks were successful
CI / Unit & Component Tests (push) Successful in 3m14s
CI / OCR Service Tests (push) Successful in 21s
CI / Backend Unit Tests (push) Successful in 3m39s
CI / fail2ban Regex (push) Successful in 43s
CI / Semgrep Security Scan (push) Successful in 21s
CI / Compose Bucket Idempotency (push) Successful in 1m4s
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>