As a user, I want to be able to delete a comment, so that I can remove a previous comment from the conversation. I need to have a confirmation when I attempt to delete a comment, so that I do not take this irreversible action by accident.
GIVEN a user with a comment
WHEN click delete
THEN show 'are you sure' popup
AND WHEN click yes
THEN delete the comment
As a user, I want to be able to delete a comment, so that I can remove a previous comment from the conversation. I need to have a confirmation when I attempt to delete a comment, so that I do not take this irreversible action by accident.
GIVEN a user with a comment WHEN click delete THEN show 'are you sure' popup AND WHEN click yes THEN delete the comment
AC: