diff options
Diffstat (limited to 'features/project/issues/labels.feature')
-rw-r--r-- | features/project/issues/labels.feature | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/features/project/issues/labels.feature b/features/project/issues/labels.feature index e601a41bfc4..3c6a63ced2b 100644 --- a/features/project/issues/labels.feature +++ b/features/project/issues/labels.feature @@ -2,7 +2,7 @@ Feature: Project Labels Background: Given I sign in as a user And I own project "Shop" - And project "Shop" have issues tags: "bug", "feature" + And project "Shop" has labels: "bug", "feature", "enhancement" Given I visit project "Shop" labels page Scenario: I should see active milestones |