Bug Regression: ITW 'This Sunday' Irrelevant Results
Property: IllustrateTheWord Category: UI / Visual
Tier:
anonymous
Persona: pastor-illustrator
Touchpoint: illustratetheword.com/
Preconditions
- Homepage loaded
- Current date is a Sunday
Steps
| # | Action | Expected Result |
|---|---|---|
| 1 | Load ITW homepage on a Sunday | 'This Sunday' section visible with lectionary readings for current RCL week. |
| 2 | Check lectionary readings | Readings match official RCL calendar (e.g. Year A/B/C, Proper 4). Not generic or cached. |
| 3 | Click on a lectionary reading | Illustrations for that passage show. Results are actually related to the reading (not random). |
| 4 | Verify all 4 readings shown | OT, Psalm, Epistle, Gospel all present. None missing or placeholder. |
| 5 | Check next Sunday | If checking ahead, next week's RCL readings shown (not current week again). |
Known Failure Modes
- 'This Sunday' section shows irrelevant illustrations — content mismatch (original bug)
- Readings cached/stale — showing last week's RCL, not this week
- One lectionary reading missing or generic — incomplete
References
- Playwright spec:
e2e/delivers/known-bugs/itw-irrelevant-on-this-day.spec.ts - Code files:
Notes
BUG REGRESSION TEST. Previously: ITW homepage 'This Sunday' section showed cached/irrelevant illustrations. Fix: RCL calendar now fetched fresh, illustrations matched to actual lectionary readings. Regression test verifies correct lectionary readings are shown and illustrations are relevant.