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 post connoisseur I would like to add a note to a blog post so that I can record my thoughts about the post.
A Note should have:
A title
Text content
A creation date and time
A related Post
Given the user is viewing the Note Management menu for a particular Post When they select the option to add a note Then they should be prompted to enter the new post's title and text content Then the new post should be saved to the database with the Note's Post set to the current Post and the Note's creation date set to Now
The text was updated successfully, but these errors were encountered:
As a post connoisseur I would like to add a note to a blog post so that I can record my thoughts about the post.
A Note should have:
Given the user is viewing the Note Management menu for a particular Post
When they select the option to add a note
Then they should be prompted to enter the new post's title and text content
Then the new post should be saved to the database with the Note's Post set to the current Post and the Note's creation date set to Now
The text was updated successfully, but these errors were encountered: