JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to edit my comments on reviews so that I can make corrections or updates to my previous comments #35

Open farooqiusman opened 1 year ago

farooqiusman commented 1 year ago

Epic: #10

Estimate

Small

Acceptance Criteria

Scenario: Editing a comment
    Given that a user is logged in to the app
    When the user navigates to a post
    And clicks the "Edit" button on their comment
    And makes changes to the comment
    And clicks the "Save Changes" button
    Then the changes should be saved and displayed on the comment
    And a message should be displayed that confirms the comment has been edited