chore(simplify): trim narrating comments and dedup test body

Test file: drop step markers, regression explainers, and the lead
comment block that restated the contract; hoist the shared subscription
request body to a const; move Member mock defaults into the test that
uses them. Two it() cases unchanged.

Events page: drop WCAG comment that narrated what the
.past-toggle:focus-visible selector already says.
This commit is contained in:
Jennie Robinson Faber 2026-04-29 21:50:00 +01:00
parent 6527bbbe4e
commit 26791cc0e3
2 changed files with 15 additions and 30 deletions

View file

@ -430,7 +430,6 @@ const isAlmostFull = (event) => {
border-color: var(--candle-faint);
color: var(--text-dim);
}
/* WCAG 2.4.7 — keyboard focus must be visibly indicated. */
.past-toggle:focus-visible {
outline: 2px dashed var(--candle);
outline-offset: 3px;