Steps to replicate the issue (include links if applicable):
- Go to a focus area page:
- Scroll to "Wishes in this focus area" section
What happens?:
- There is no listed wishes in the focus area
What should have happened instead?:
- There should be listed wishes in the focus area if there are any wishes associated to the focus area.
Derived Requirement
On a Focus Area page (e.g., Community_Wishlist/Focus_areas/FA7), the “Wishes in this focus area” section must:
- Display a list of wishes that are associated with the given focus area.
- Show wish titles as links to their detail pages.
- Display an empty state message (e.g., *“No wishes have been added to this focus area yet”*) if no wishes exist.
Test Result - Beta|Prod
Status: ✅ PASS / ❓Need More Info / ❌ FAIL
Environment: beta/MetaWiki
OS: macOS Tahoe 26.0
Browser: Chrome 140
Device: MBA
Emulated Device: NA
Test Artifact(s):
Test Steps
Test Case 1: Focus Area with Wishes
- Navigate to a focus area page that has associated wishes (e.g., Community_Wishlist/Focus_areas/FA7).
- Scroll to the “Wishes in this focus area” section.
- ✅❓❌⬜ AC1: List of wishes is displayed and each wish title is clickable and links to the correct wish detail page.
Test Case 2: Focus Area with No Wishes
- Navigate to a focus area page with no associated wishes.
- Scroll to the “Wishes in this focus area” section.
- ✅❓❌⬜ AC2: An empty state message is displayed (e.g., *“No wishes have been added to this focus area yet”*).
Test Case 3: Data Consistency Check
- Use the API (list=communityrequests-wishes&crwfocusareas=FA7) to fetch wishes for the same focus area.
- Compare API results with the wishes displayed on the page.
- ✅❓❌⬜ AC3: The list on the page matches the API results.
QA Results - Meta Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | Pass per T404763#11212335 |
| 2 | ✅ | Pass per T404763#11212335 |
| 3 | ✅ | Pass per T404763#11212335 |

