Steps to replicate the issue (include links if applicable):
- Visit the Unified Dashboard.
- Open the filters dialog, select a single collection filter, and click on "Done" button to apply it.
What happens?:
Suggestions for "All collections" are fetched from the Recommendation API.
What should have happened instead?:
The seed URL parameter should be filled with the selected collection name inside the request URL to the Recommendation API, and suggestions only for that specific collections should be fetched.
Screencast:
Derived Requirement
Ensure that when a single collection filter is selected in the Unified Dashboard, the seed URL parameter in the Recommendation API request is populated with the selected collection name, and suggestions are fetched only for that specific collection.
Test Steps
Test Case 1: Ensure Selected Collection Filter is Applied to the Recommendation API Request
- Visit the Unified Dashboard.
- Open the filters dialog and select a single collection filter.
- Click the "Done" button to apply the selected filter.
- ✅❓❌⬜ AC1: Verify that the request URL to the Recommendation API contains the seed parameter populated with the selected collection name.
QA Results - Test Mobile ContentTranslation
AC | Status | Details |
---|---|---|
1 | ✅ | T381124#10405053 |