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 collaboratorWork package textile quickinfo links
- Background
-
- Given
-
there are the following types:
Name Is Milestone Phase false Milestone true - And
-
there is 1 user with:
login manager - And
- there is a role "manager"
- And
-
the role "manager" may have the following rights:
manage_wiki view_wiki_pages edit_wiki_pages view_work_packages - And
- there is a project named "ecookbook"
- And
- I am working in project "ecookbook"
- And
-
the project uses the following modules:
timelines wiki - And
- the user "manager" is a "manager"
- And
-
there are the following issue status:
name is_closed is_default New false true In Progress false false - And
-
there are the following work packages:
Subject Type Start date Due date description status responsible assigned_to January None 2012-01-01 2012-01-31 Avocado Sali Grande Grande New manager manager
- Scenarios
-
- Adding a work package link
- Adding a work package quickinfo link
- Adding a work package quickinfo link with description
- Adding a work package quickinfo link without the right to see the work package
- Adding a work package link
-
- Given
- I am already logged in as "manager"
- When
- I go to the wiki page "testitest" for the project called "ecookbook"
- And
- I fill in a 1 hash quickinfo link to "January" for "content_text"
- And
- I press "Save"
- Then
- I should see a 1 hash work package quickinfo link to "January" within "div.wiki"
- When
- I follow the 1 hash work package quickinfo link to "January"
- Then
- I should be on the page of the work package "January"
- Adding a work package quickinfo link
-
- Given
- I am already logged in as "manager"
- When
- I go to the wiki page "testitest" for the project called "ecookbook"
- And
- I fill in a 2 hashes quickinfo link to "January" for "content_text"
- And
- I press "Save"
- Then
- I should see a 2 hashes work package quickinfo link to "January" within "div.wiki"
- When
- I follow the 2 hashes work package quickinfo link to "January"
- Then
- I should be on the page of the work package "January"
- Adding a work package quickinfo link with description
-
- Given
- I am already logged in as "manager"
- When
- I go to the wiki page "testitest" for the project called "ecookbook"
- And
- I fill in a 3 hashes quickinfo link to "January" for "content_text"
- And
- I press "Save"
- Then
- I should see a 3 hashes work package quickinfo link to "January" within "div.wiki"
- When
- I follow the 3 hashes work package quickinfo link to "January"
- Then
- I should be on the page of the work package "January"
- Adding a work package quickinfo link without the right to see the work package
-
- Given
-
there is 1 user with:
login dude - And
- there is a role "dude"
- And
-
the role "dude" may have the following rights:
manage_wiki view_wiki_pages edit_wiki_pages - And
- the user "dude" is a "dude"
- And
- I am already logged in as "dude"
- When
- I go to the wiki page "testitest" for the project called "ecookbook"
- And
- I fill in a 3 hashes quickinfo link to "January" for "content_text"
- And
- I press "Save"
- Then
- I should not see a 3 hashes work package quickinfo link to "January" within "div.wiki"
Last published about 7 years ago by myabc.