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 collaboratorChange Username
In order to allow users to feel at home
we allow them to change their usernames.
- Background
-
- Given
- a group "demo-group" with "[email protected]" as admin
- And
- I am logged in as "[email protected]"
- Scenarios
-
- Successful Change
-
- When
- I am on the settings page
- And
- I enter my desired username
- And
- the username is not taken
- Then
- my username is changed
- Change to original username
-
- When
- I am on the settings page
- And
- I enter my current username
- Then
- my username stays the same
- Attempt to change to taken username
-
- When
- I am on the settings page
- And
- I enter my desired username
- And
- the username is taken
- Then
- my username is not changed
Last published over 7 years ago by Loomio Project.