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 collaboratorSimple navigation
- Scenarios
-
- The user requests the start page
- The home link should work
- The user selects Groups in the menu
- The user clicks on a group on the groups page
- The user clicks on a user on the groups page
- The user requests the start page
-
- Given
- the user has a blank web browser
- When
- pointing the browser to the start page
- Then
- the start page should display
- The home link should work
-
- Given
- the user is on the start page
- When
- selecting the home link
- Then
- the start page should display
-
- Given
- the group Friends exist with Tom, Dick, Harry
- And
- the user is on the start page
- When
- selecting the Groups menu item
- Then
- the groups page should display
- And
- the group Friends is listed on the page
- The user clicks on a group on the groups page
-
- Given
- the group Friends exist with Tom, Dick, Harry
- And
- the user is on the groups page
- When
- selecting the Friends group
- Then
- the group Friends page should display
- And
- members Tom, Dick, Harry is listed on the page
- The user clicks on a user on the groups page
-
- Given
- the group Friends exist with Tom, Dick, Harry
- And
- the user is on the group Friends page
- When
- selecting the member Dick
- Then
- the user page for Dick should display
Last published almost 5 years ago by Jan Grape.