If you are doing multiple users you should only be able to delete your messages
AC
Given A message on your page
Then there should be a delete button for each message (that belongs to your user)
And when the button is pushed the message should no longer exist
User Story
As a user I should be able to delete messages.
If you are doing multiple users you should only be able to delete your messages
AC
Given A message on your page Then there should be a delete button for each message (that belongs to your user) And when the button is pushed the message should no longer exist
Dev Notes