JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want the ability to edit my reviews on the app, so that I can make changes or corrections to my previous reviews #30

Open farooqiusman opened 1 year ago

farooqiusman commented 1 year ago

Epic: #8

Estimate

Small

Acceptance Criteria

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