We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#55
As a user, I want to be able to delete my reply so that I can remove comments I no longer want others to see or if I regret posting them.
GIVEN I have replied to a comment,
WHEN I view my reply,
THEN I should have the option to delete it.
GIVEN I click on the delete option for my reply,
WHEN I confirm my intention,
THEN my reply should be removed, and it should no longer be visible to other users.
The text was updated successfully, but these errors were encountered:
kpetrauskas92
No branches or pull requests
#55
As a user,
I want to be able to delete my reply
so that I can remove comments I no longer want others to see or if I regret posting them.
Acceptance Criteria:
GIVEN I have replied to a comment,
WHEN I view my reply,
THEN I should have the option to delete it.
GIVEN I click on the delete option for my reply,
WHEN I confirm my intention,
THEN my reply should be removed, and it should no longer be visible to other users.
Tasks:
The text was updated successfully, but these errors were encountered: