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 collaboratorNew user views discussions
- Scenarios
-
- New user views dashboard
- New user belonging to new group views dashboard
- New user belonging to new group views group
- New user views empty sub-group
- New user views dashboard
-
- Given
- I am logged in
- When
- I visit the dashboard
- Then
- I should see "Create a group"
- New user belonging to new group views dashboard
-
- Given
- I am logged in
- And
- I am a member of a public group
- And
- the group has a discussion with a decision
- When
- I visit the dashboard
- Then
- I should see the decision
- And
- I should see an empty discussion list
- New user belonging to new group views group
-
- Given
- I am logged in
- And
- I am a member of a public group
- And
- the group has a discussion with a decision
- When
- I visit the group page
- Then
- I should see the decision
- And
- I should see an empty discussion list
- New user views empty sub-group
-
- Given
- I am logged in
- And
- I am a member of a public sub-group
- When
- I visit the sub-group page
- Then
- I should see "This group does not have any discussions yet."
Last published over 7 years ago by Loomio Project.