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 collaboratorLike post
In order for users to show their appreciation for other users' posts
A user must be able to like a post
- Background
-
- Given
- a group "demo-group" with "[email protected]" as admin
- And
- I am logged in as "[email protected]"
- Scenarios
-
- Like post
-
- Given
- I am viewing a discussion titled "hello" in "demo-group"
- And
- I am on the discussion page
- When
- I write and submit a comment
- And
- I click the like button on a post
- Then
- a post should be liked by "[email protected]"
Last published over 7 years ago by Loomio Project.