diff options
author | Phil Hughes <me@iamphill.com> | 2016-06-24 17:45:55 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-07-05 09:06:38 +0100 |
commit | 5fcf475bc62651909dc5ddffac508f407781b082 (patch) | |
tree | c762f350ed6761025d0237257e388e4e242d1ca4 /features/dashboard/dashboard.feature | |
parent | d10d32a324411ba010f3b0ea9da407cc736529b4 (diff) | |
download | gitlab-ce-5fcf475bc62651909dc5ddffac508f407781b082.tar.gz |
Updated tests
Diffstat (limited to 'features/dashboard/dashboard.feature')
-rw-r--r-- | features/dashboard/dashboard.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/dashboard/dashboard.feature b/features/dashboard/dashboard.feature index db73309804c..1f4c9020731 100644 --- a/features/dashboard/dashboard.feature +++ b/features/dashboard/dashboard.feature @@ -7,6 +7,7 @@ Feature: Dashboard And project "Shop" has CI enabled And project "Shop" has CI build And project "Shop" has labels: "bug", "feature", "enhancement" + And project "Shop" has issue: "bug report" And I visit dashboard page Scenario: I should see projects list |