summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-25 19:02:57 +0100
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2016-02-25 19:02:57 +0100
commit820d227b9e233b8bb8c78b49ef4a26f757e86953 (patch)
tree02c7c237731bd42bbf44c4631bc8085983dbc288 /features/project
parent8d3e5cf0db1aa811f2f9263092b8d7740acec5a6 (diff)
parentf36fde94d0f72bc86abf4a424710f9e5c72cfc30 (diff)
downloadgitlab-ce-820d227b9e233b8bb8c78b49ef4a26f757e86953.tar.gz
Merge remote-tracking branch 'origin/Baertierchen/gitlab-ce-showTestCoverage'
Diffstat (limited to 'features/project')
-rw-r--r--features/project/builds/summary.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature
index 4f3fd194d00..3c029a973df 100644
--- a/features/project/builds/summary.feature
+++ b/features/project/builds/summary.feature
@@ -3,6 +3,7 @@ Feature: Project Builds Summary
Given I sign in as a user
And I own a project
And project has CI enabled
+ And project has coverage enabled
And project has a recent build
Scenario: I browse build details page
@@ -12,6 +13,7 @@ Feature: Project Builds Summary
Scenario: I browse project builds page
When I visit project builds page
+ Then I see coverage
Then I see button to CI Lint
Scenario: I erase a build