You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a commenter, I would like to be able to add a Comment to a Post so that I can take part in the discussion about a Post.
Given the user is viewing the Details of a Post When they select the Add Comment menu option Then they should be directed to a page with a form for creating a new Comment
Given the user has entered the relevant information for a Comment When they click the Save button Then the Comment should be saved to the database And the creation datetime should be automatically set to the current date and time And the user should be redirected to the new Comments list page for the related Post
The "relevant information" for a Comment is
Subject
Content
The text was updated successfully, but these errors were encountered:
As a commenter, I would like to be able to add a Comment to a Post so that I can take part in the discussion about a Post.
Given the user is viewing the Details of a Post
When they select the
Add Comment
menu optionThen they should be directed to a page with a form for creating a new Comment
Given the user has entered the relevant information for a Comment
When they click the
Save
buttonThen the Comment should be saved to the database
And the creation datetime should be automatically set to the current date and time
And the user should be redirected to the new Comments list page for the related Post
The "relevant information" for a Comment is
The text was updated successfully, but these errors were encountered: