JagrajAulakh / COMP-4110-microblog

MIT License
0 stars 0 forks source link

[STORY] As a user, I want to be able to remove a tag from a post I've posted, so that I can update the post and make it undiscoverable by users searching for that tag #61

Open JagrajAulakh opened 1 year ago

JagrajAulakh commented 1 year ago

Epic: #18

Estimate

Small

Acceptance Criteria

Scenario: Removing a tag from a review
    Given that a user is logged in to the app
    When the user navigates to a post they have posted
    And clicks the "Edit" button
    And clicks the "Remove" button next to a tag
    Then the tag should be removed from the post
    And the post should no longer be discoverable by users searching for that tag