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 reader, I would like to see a list of all the Comments on a Post so that I can read and take part in the discussion on a particular Post.
Given the user is viewing the Details of a Post When they select the View Comments button Then they should be directed to the Comments list page for the Post And the list should be in order of creation date with the most recent on top And the title of the related Post should be displayed at the top of the page And a link back to the Post should be available
Display the following information for each Comment
Subject
Content
Author's Display Name
Creation date (MM/DD/YYYY)
The text was updated successfully, but these errors were encountered:
As a reader, I would like to see a list of all the Comments on a Post so that I can read and take part in the discussion on a particular Post.
Given the user is viewing the Details of a Post
When they select the
View Comments
buttonThen they should be directed to the Comments list page for the Post
And the list should be in order of creation date with the most recent on top
And the title of the related Post should be displayed at the top of the page
And a link back to the Post should be available
Display the following information for each Comment
The text was updated successfully, but these errors were encountered: