ghostguild-org/e2e
Jennie Robinson Faber a9312c423b fix(admin): series Delete button actually deletes the series
The /admin/series Delete handler only PUT-unlinked each event and never
called the DELETE /api/admin/series/[id] endpoint, so the series document
persisted (a no-op for empty series). Replace the redundant per-event loop
with a single DELETE call — the endpoint already unlinks events server-side.
Unskip the e2e delete test.
2026-05-24 22:17:19 +01:00
..
helpers fix(e2e): rebuild auth helpers + tune playwright config 2026-04-30 22:25:28 +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 feat(contribution): port accept-invite.vue to ContributionAmountField 2026-05-23 15:14:33 +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 fix(e2e): repair failing suite — a11y fixes and stale assertions 2026-05-24 00:43:54 +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 fix(admin): series Delete button actually deletes the series 2026-05-24 22:17:19 +01:00
admin-site-content.spec.js test(e2e): expand coverage and harden cross-file isolation 2026-04-30 22:26:11 +01:00
admin-tags.spec.js feat(admin): rename series route and add tags review page 2026-05-24 00:44:14 +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 fix(e2e): repair failing suite — a11y fixes and stale assertions 2026-05-24 00:43:54 +01:00
join-flow.spec.js fix(e2e): repair failing suite — a11y fixes and stale assertions 2026-05-24 00:43:54 +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(seed): add pending_payment persona for wave-slack §7.3 2026-05-01 10:13:18 +01:00