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 modify events so that I can correct upcoming events #5

Open mmanning95 opened 1 week ago

mmanning95 commented 1 week ago

As a admin I need to be able to modify events So that I can correct upcoming events

Details and Assumptions

Acceptance Criteria


Scenario: Successful event modification
Given I am a logged-in admin
And I click the "edit event" button
And I am redirected to the Edit Event page
When I change the flyer, name, date, or contact information
And I click the "save changes" button
Then I will be redirected to the event's page 
And I will see a message saying the changes have been saved

Scenario: Unsuccessful event modification due to unsupported file format
Given I am a logged-in admin
And I click the "edit event" button
And I am redirected to the Edit Event page
When I change the flyer to an unsupported format
And I click the "save changes" button
Then the page will be reloaded 
And I will see a message saying that the changes have failed to save due to the wrong flyer format