This document outlines the plan to consolidate our Playwright tests from 115 files → ~37 files by:
- Converting component-style tests into assertions within real E2E user flows
- Combining related E2E tests into single files with
describeblocks
- ~48 tests are component-style (testing isolated UI pieces) rather than true E2E flows
- Many E2E tests cover the same pages with different user states