diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-30 16:05:43 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-07-30 16:05:43 +0300 |
commit | 70f868b737af99c8a8697a3cb5e19b8da3d9c3d9 (patch) | |
tree | 1124b60e0e2a3583a7be04f0311758654a7ca0db /features/project | |
parent | 593df8e69a81a3ab0a4755db74dc282c00e02ef5 (diff) | |
download | gitlab-ce-70f868b737af99c8a8697a3cb5e19b8da3d9c3d9.tar.gz |
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project')
-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 |