mmanning95 / ACME26WCV-Cpts421

Capstone project for Cpts 421 in conjunction with Whitman county's veteran service officer
0 stars 0 forks source link

As a admin/member I need to be able to edit comments so that I can fix errors #32

Open mmanning95 opened 1 month ago

mmanning95 commented 1 month ago

As a admin/member I need to be able to edit comments So that I can fix errors

Details and Assumptions

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