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 the ability to remove a Comment so that I have created so that I can prevent others from seeing it in the event that I regret what I said.
Given a user is vising the list of Comments When they select the Delete option Then they should be prompted to confirm the deletion
Given the user wishes to confirm the delete When they the select the option to confirm Then the Comment should be removed from the system And the user should be directed back to the Comment list
Given the user decides not to confirm the delete When they the select the option to reject confirmation Then the Comment should NOT be removed from the system And the user should be directed back to the Comment list
The text was updated successfully, but these errors were encountered:
As a commenter I would like the ability to remove a Comment so that I have created so that I can prevent others from seeing it in the event that I regret what I said.
Given a user is vising the list of Comments
When they select the
Delete
optionThen they should be prompted to confirm the deletion
Given the user wishes to confirm the delete
When they the select the option to confirm
Then the Comment should be removed from the system
And the user should be directed back to the Comment list
Given the user decides not to confirm the delete
When they the select the option to reject confirmation
Then the Comment should NOT be removed from the system
And the user should be directed back to the Comment list
The text was updated successfully, but these errors were encountered: