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 collaboratorProject editing
When I have made a mistake or need to update a project I want to be able to
change its name and/or description.
- Background
-
- Given
- I am logged in
- And
- I have a project
- Scenarios
-
- Edit page
-
- Given
- I am on my project's workspace
- When
- I click "Edit"
- Then
- I should be on the project edit page
- Change project name
-
- Given
- I am on my project's edit page
- When
- I change the project name
- And
- I click the submit button
- Then
- I should see a success message
- And
- I should be on the project's workspace
- And
- the project name should be updated
- Change project description
-
- Given
- I am on my project's edit page
- When
- I change the project description
- And
- I click the submit button
- Then
- I should see a success message
- And
- I should be on the project's workspace
- And
- the project description should be updated
- Update project (Try to remove name)
-
- Given
- I have a project
- And
- I am on my project's edit page
- When
- I clear the project name
- And
- I click the submit button
- Then
- I should see the project form
- And
- I should see an error message
Last published over 5 years ago by Gregory Perry.