To add a collaborator to this project you will need to use the Relish gem to add the collaborator via a terminal command. Soon you'll be able to also add collaborators here!
More about adding a collaboratorUser deletes post
As a user
So that I can remove a comment I no longer wish to be visable in the discussion
I want to be able to delete my comment
- Scenarios
-
- User deletes their own comment
-
- Given
- I am logged in
- And
- I am a member of a group
- And
- there is a discussion in the group
- And
- I am on the discussion page
- And
- I write and submit a comment
- When
- I click the delete button on a post
- And
- I accept the popup to confirm
- Then
- I should no longer see the post in the discussion
- User tries to delete another user's comment
-
- Given
- I am logged in
- And
- I am a member of a group
- And
- there is a discussion in the group
- And
- the discussion has comments
- When
- I am on the discussion page
- Then
- I should not see the delete link on another users comment
Last published almost 7 years ago by Loomio Project.