Steps to replicate the issue:
- Navigate to the topic/collection selection screen
- Select a topic/collection and notice the 'Done' button appears (correct behavior)
- Complete the action by clicking the 'Done' button
- Return to the topic/collection selection screen again
- Observe that the 'Done' button is visible even though no topic is selected (incorrect behavior)
What happens?:
The 'Done' button remains visible on the topic/collection selection screen even when no topic is selected, but only after having previously selected a topic.
What should have happened instead?:
The 'Done' button should only be visible when a topic/collection is actively selected. After returning to the selection screen with no topic selected, the button should be hidden.
Derived Requirement
Ensure that the #Done button is only visible on the topic/collection selection screen when a topic or collection is actively selected, and remains hidden when no selection is made, including after returning to the screen from a completed action.
Test Case 1: Ensure #Done button only appears when a topic/collection is selected
- Navigate to the topic/collection selection screen.
- Observe the state of the 'Done' button before making any selection.
- ✅❓❌⬜ AC1: Confirm that the 'Done' button is hidden when no topic or collection is selected.
Test Case 2: Ensure #Done button appears after selecting a topic/collection
- On the selection screen, select any topic or collection.
- ✅❓❌⬜ AC2: Confirm that the 'Done' button becomes visible after a selection is made.
Test Case 3: Ensure #Done button is hidden when returning with no active selection
- Select a topic/collection and click the 'Done' button to complete the action.
- Return to the topic/collection selection screen.
- Do not make any selection.
- ✅❓❌⬜ AC3: Confirm that the 'Done' button is hidden when the screen loads with no topic or collection selected.
QA Results - Test Wiki
| AC | Status | Details |
|---|---|---|
| 1 | ✅ | T390261#10800863 |
| 2 | ✅ | T390261#10800863 |
| 3 | ✅ | T390261#10800863 |


