AS A user,
I WANT TO delete tasks from my to-do list,
TO remove tasks that are no longer needed,
SO THAT I can keep my list organized and relevant.
SCENARIO: Successful Task Deletion
GIVEN the user is viewing their to-do list,
WHEN the user swipes left on a task,
AND confirms the deletion,
THEN the task should be removed from the list
WITHIN 1 second.
SCENARIO: Cancel Task Deletion
GIVEN the user is viewing their to-do list,
WHEN the user swipes left on a task,
AND selects "Cancel" on the confirmation dialog,
THEN the task should remain in the list
WITHIN 0.5 seconds.
AS A user, I WANT TO delete tasks from my to-do list, TO remove tasks that are no longer needed, SO THAT I can keep my list organized and relevant. SCENARIO: Successful Task Deletion GIVEN the user is viewing their to-do list, WHEN the user swipes left on a task, AND confirms the deletion, THEN the task should be removed from the list WITHIN 1 second. SCENARIO: Cancel Task Deletion GIVEN the user is viewing their to-do list, WHEN the user swipes left on a task, AND selects "Cancel" on the confirmation dialog, THEN the task should remain in the list WITHIN 0.5 seconds.