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 I need to be able to delete comments so that I can remove inappropriate or irrelevant content to maintain the quality and integrity of discussions #22

Open mmanning95 opened 6 days ago

mmanning95 commented 6 days ago

As a admin I need to be able to delete comments So that I can remove inappropriate or irrelevant content to maintain the quality and integrity of discussions

Details and Assumptions

Acceptance Criteria


Scenario: Successful comment deletion
  Given I am a logged-in admin
  And I enter an event's page
  And I see a comment I wish to remove
  When I click the "Delete" button on the comment
  And I confirm deletion
  Then the comment is removed from the system
  And the comment no longer appears on the event's page