Theme Toggle TDD Checklist
Theme Toggle TDD Checklist
Manual checks (run in a browser):
- Load the home page with no stored preference; confirm theme matches system.
- Click the theme toggle once; confirm
data-themechanges todarkand icon switches to sun. - Click again; confirm
data-themereturns tolightand icon switches to moon. - Focus the theme toggle (mouse click and keyboard tab); confirm no outline ring appears.
- Verify the toggle button background is transparent and matches the nav background in light/dark.
Automated checks (Playwright):
tests/theme-toggle.spec.jsverifies the theme attribute, icon class, focus outline, and snapshots.