From a66caa3da7c48e3f65357b6b755acbb05f8dc784 Mon Sep 17 00:00:00 2001 From: Sebastian Schuster Date: Tue, 16 Apr 2013 13:06:42 +0200 Subject: [PATCH] Added missing test data for product_owner cuke --- features/product_owner.feature | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/features/product_owner.feature b/features/product_owner.feature index 1032b6064b..a5ddefb30d 100644 --- a/features/product_owner.feature +++ b/features/product_owner.feature @@ -8,6 +8,10 @@ Feature: Product Owner | Story | | Epic | 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 the role "product owner" may have the following rights: @@ -25,6 +29,8 @@ Feature: Product Owner And there is 1 project with: | name | ecookbook | And I am working in project "ecookbook" + And there is a default issuepriority with: + | name | Normal | And the project uses the following modules: | backlogs | And the project uses the following trackers: