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 collaboratorView user details
As an
I want to
So that
- Background
-
- Given
-
an active user with name "Admin 30"/"Auto-CTX", with email "[email protected]" and the following groups and roles:
Group Roles AUTO.View user's details/Group 1 Administrator - And
-
an active user with name "Teacher 30"/"Auto-CTX", with email "[email protected]" and the following groups and roles:
Group Roles AUTO.View user's details/Group 1 Teacher AUTO.View user's details/Group 1/Group 1.1 Author AUTO.View user's details/Group 1/Group 1.2 Observer - And
-
an inactive user with name "Student 30"/"Auto-CTX", with email "[email protected]" and the following groups and roles:
Group Roles AUTO.View user's details/Group 1 Student - And
- I have login with "[email protected]"
- Scenarios
-
- View user details for an active user
-
- When
- I open the users' view
- And
- I open the user detail view for the user with email "[email protected]"
- Then
-
the following user basic details should be displayed:
First Name Teacher 30 Last Name Auto-CTX Email Address [email protected] Status Active - And
-
the following user groups and roles should be displayed:
Group Roles AUTO.View user's details/Group 1 Teacher,Author AUTO.View user's details/Group 1/Group 1.1 Author,Publisher AUTO.View user's details/Group 1/Group 1.2 Observer
- View user details for an inactive user
-
- When
- I open the users' view
- And
- I open the user detail view for the user with email "[email protected]"
- Then
-
the following user basic details should be displayed:
First Name Student 30 Last Name Auto-CTX Email Address [email protected] Status Inactive - And
-
the following user groups and roles should be displayed:
Group Roles AUTO.View user's details/Group 1 Student
Last published over 5 years ago by Willy De la Cruz Sierra.