AS A logged-in user,
[INSTEAD OF having outdated tasks cluttering my list]
I WANT TO delete a task
[IN one click]
TO remove tasks I no longer need SO THAT I can maintain a clean, organized to-do list.
SCENARIO: Successful task deletion
GIVEN I am viewing my task list,
WHEN I tap the delete icon next to a task,
THEN I should see a confirmation dialog
WITHIN 1 second AND the task should be permanently removed
WITHIN 1 second of confirmation.
Other Acceptance Criteria Scenarios:
SCENARIO: Cancel task deletion
GIVEN I have tapped the delete icon,
WHEN I click "Cancel" in the confirmation dialog,
THEN the task should not be deleted and should remain in the task list
WITHIN 1 second.
AS A logged-in user,
[INSTEAD OF having outdated tasks cluttering my list]
I WANT TO delete a task
[IN one click]
TO remove tasks I no longer need SO THAT I can maintain a clean, organized to-do list.
SCENARIO: Successful task deletion
GIVEN I am viewing my task list,
WHEN I tap the delete icon next to a task,
THEN I should see a confirmation dialog
WITHIN 1 second AND the task should be permanently removed
WITHIN 1 second of confirmation.
Other Acceptance Criteria Scenarios: