As a admin/member
I need to be able to edit comments
So that I can fix errors
Details and Assumptions
Users must be logged in
Users can only modify their own comments
Acceptance Criteria
Scenario: Successful Comment modification
Given I am a logged-in user
And I am on an Event's page with a comment I own
When I click the "edit comment" button
And I modify its contents
And I submit the change
Then the changes are saved to the system
Scenario: Unsuccessful Comment Modification
Given I am a logged-in user
And I am on an Event's page with a comment I own
When I click the "edit comment" button
And I modify its contents
And I leave the page without submitting the change
Then the changes are not saved in the system
As a admin/member I need to be able to edit comments So that I can fix errors
Details and Assumptions
Acceptance Criteria