ghostguild-org/e2e
Jennie Robinson Faber 8dd55ccc09 test(e2e): expand coverage and harden cross-file isolation
New specs (4):
- accept-invite: pre-registrant flow happy path + cadence/preset UX
- admin-pre-registrants: list, filter, action gating, redirect
- admin-series: list, create, edit (delete skipped — button no-ops)
- admin-site-content: list whitelist, edit + roundtrip on /

Extended specs (6):
- join-flow: cadence ×12 math, guidance label, paid-tier success
- events: series-pass-required, member-savings gating
- admin-events: full CRUD via /admin/events/create?edit=<id>
- admin-members: add-member submit, status select, detail nav
- a11y: add /accept-invite, /member/account, /board, /admin/pre-registrants
- wave-slack-onboarding: 9 of 16 scaffold tests now passing

Cross-file isolation hardening:
- admin-events CRUD: refresh auth cookie (auth.spec.js logout test
  bumps tokenVersion on the shared admin), wait for hydration
  before form fill, search by unique title to dodge pagination.
- board: switch memberPage from shared admin to dedicated seeded
  member to avoid the same tokenVersion race.
- wave-slack §6.4: create dedicated test member, filter by email
  before clicking, removing the "first row" anchor.

Also fixed board heading drift ("Board" → "Bulletin Board").
2026-04-30 22:26:11 +01:00
..
__screenshots__/visual/pages.spec.js-snapshots test(visual): regenerate baselines to match current page state 2026-04-26 18:34:37 +01:00
helpers fix(e2e): rebuild auth helpers + tune playwright config 2026-04-30 22:25:28 +01:00
visual Copy and layout improvements. 2026-04-16 21:11:05 +01:00
a11y.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
accept-invite.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +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 test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
admin-members.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
admin-pre-registrants.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
admin-series.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
admin-site-content.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +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): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
coming-soon.spec.js merge: worktree-a11y-fixes into main 2026-04-05 22:05:00 +01:00
events.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
join-flow.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +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
wave-slack-onboarding.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00