JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] "As a user, I want the ability to delete my comments on reviews, so that I can remove any inaccuracies or irrelevant information from the review #36

Open farooqiusman opened 1 year ago

farooqiusman commented 1 year ago

Epic: #10

Estimate

Small

Acceptance Criteria

Scenario: Deleting a comment
    Given that a user is logged in to the app
    When the user navigates to a post
    And clicks the "Delete" button on their comment
    And confirms the deletion
    Then the comment should be removed from the review
    And a message should be displayed that confirms the comment has been deleted