ghostguild-org/e2e
Jennie Robinson Faber 521efb0890 fix(a11y,test): USelect placeholder contrast + auth logout hydration wait
a11y (main.css):
- Nuxt UI's default placeholder color (text-dimmed = #a6a09b) failed WCAG
  AA contrast on cream (2.43:1) and white (2.58:1) backgrounds, blocking
  axe checks on /member/profile (timezone) and /admin/events/create
  (tags). Override [data-slot="placeholder"] globally to var(--text-dim)
  (#5a5040), comfortably above 4.5:1 on both surfaces.

auth.spec.js (logout):
- Same hydration race as the board/admin-board-channels click tests:
  /admin's sidebar Sign-out @click handler isn't bound when Playwright
  fires the click immediately after admin-tag visibility, so the click
  no-ops and waitForResponse for /api/auth/logout times out.
- Add waitForLoadState('networkidle') after goto so hydration completes
  before the click.
2026-04-26 18:30:32 +01:00
..
__screenshots__/visual/pages.spec.js-snapshots fix(profile,account): wrap auth-conditional UI in ClientOnly 2026-04-08 17:41:01 +01:00
helpers fix: add auth middleware to profile page and update visual snapshots 2026-04-07 15:00:23 +01:00
visual Copy and layout improvements. 2026-04-16 21:11:05 +01:00
a11y.spec.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
admin-board-channels.spec.js test(e2e): align specs with current page structure 2026-04-26 18:28:14 +01:00
admin-events.spec.js feat: add testing infrastructure — Vitest, Playwright, CI, git hooks 2026-04-04 16:07:21 +01:00
admin-members.spec.js merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
auth.spec.js fix(a11y,test): USelect placeholder contrast + auth logout hydration wait 2026-04-26 18:30:32 +01:00
board.spec.js test(e2e): align specs with current page structure 2026-04-26 18:28:14 +01:00
coming-soon.spec.js merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
events.spec.js Copy and layout improvements. 2026-04-16 21:11:05 +01:00
join-flow.spec.js test(e2e): align specs with current page structure 2026-04-26 18:28:14 +01:00
member-dashboard.spec.js Huge bunch of UI/UX improvements and tweaks! 2026-04-06 16:17:12 +01:00
member-profile.spec.js test(e2e): align specs with current page structure 2026-04-26 18:28:14 +01:00