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 collaboratorAdding a company
In order to start running a company virtually
As a director
I want to add an existing company to the instance
- Background
-
- Given
- the application is set up
- Scenarios
-
- Director adds a company
-
- Given
- the domain is the signup domain
- When
- I go to the new company page
- And
- I fill in "First name" with "Bob"
- And
- I fill in "Last name" with "Smith"
- And
- I fill in "Email address" with "[email protected]"
- And
- I fill in "Choose password" with "letmein"
- And
- I fill in "Confirm password" with "letmein"
- And
- I fill in "Company's official name" with "Coffee Ventures Ltd"
- And
- I fill in "One Click Orgs web address" with "coffee"
- And
- I press "Add company"
- Then
- I should be on the Votes & Minutes page
- And
- the subdomain should be "coffee"
Last published over 7 years ago by Chris Mear.