On Special:EditWatchlist:
- If a user selects 1+ watched items and clicks "assign labels" but has no watchlist labels defined
- the modal header should say "Unable to assign labels"
- the modal text should say something like "You cannot assign labels to these watched items, because you have no labels defined. Click here to create watchlist labels."
- the modal should contain a single button that says "Ok"
- If a user selects 1+ watched items and clicks "remove labels" but none of the watched items have labels assigned to them
- the modal header should say "Unable to remove labels"
- the modal text should say something like "There are no labels assigned to the items you have selected."
- the modal should contain a single button that says "Ok"
Derived Requirement
Ensure that on Special:EditWatchlist, when a user attempts to assign or remove labels but no change can be made, an informative modal is displayed that clearly explains why the action cannot proceed and provides a single acknowledgment option.
Test Steps
Test Case 1: Ensure informative modal is shown when assigning labels with no labels defined
- Navigate to Special:EditWatchlist.
- Select one or more watched items.
- Ensure no watchlist labels are defined for the user.
- Click the "assign labels" action.
- Observe the modal dialog.
- ✅❓❌⬜ AC1: A modal is displayed with the header "Unable to assign labels", explanatory text indicating that no labels are defined and linking to label creation, and a single "Ok" button.
Test Case 2: Ensure informative modal is shown when removing labels from items with no labels
- Navigate to Special:EditWatchlist.
- Select one or more watched items.
- Ensure the selected items have no labels assigned.
- Click the "remove labels" action.
- Observe the modal dialog.
- ✅❓❌⬜ AC2: A modal is displayed with the header "Unable to remove labels", explanatory text indicating that no labels are assigned to the selected items, and a single "Ok" button.
QA Results -Beta
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T414581#11608375 |
| 2 | ✅ | T414581#11608375 |

















