[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
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
Epic: #18
Estimate
Small
Acceptance Criteria