Added missing test data for product_owner cuke

pull/6827/head
Sebastian Schuster 12 years ago
parent b1617279e5
commit a66caa3da7
  1. 6
      features/product_owner.feature

@ -8,6 +8,10 @@ Feature: Product Owner
| Story | | Story |
| Epic | | Epic |
And the tracker "Task" is configured to track tasks And the tracker "Task" is configured to track tasks
And there are the following issue status:
| name | is_closed | is_default |
| New | false | true |
| Closed | true | false |
And there is a role "product owner" And there is a role "product owner"
And the role "product owner" may have the following rights: And the role "product owner" may have the following rights:
@ -25,6 +29,8 @@ Feature: Product Owner
And there is 1 project with: And there is 1 project with:
| name | ecookbook | | name | ecookbook |
And I am working in project "ecookbook" And I am working in project "ecookbook"
And there is a default issuepriority with:
| name | Normal |
And the project uses the following modules: And the project uses the following modules:
| backlogs | | backlogs |
And the project uses the following trackers: And the project uses the following trackers:

Loading…
Cancel
Save