summaryrefslogtreecommitdiff
path: root/features/project/builds/summary.feature
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-26 09:32:07 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-26 09:32:07 -0500
commit08ec838ed501473846806be2680e8888ff859e10 (patch)
tree4a4664c505d667db907084bd8850cd689f338f7e /features/project/builds/summary.feature
parentb2dcfc4db3828888f9aa0a9cc38e89fe84d30b2c (diff)
parentf150b8a5b9a6f56151523061813bad2cf48c9d91 (diff)
downloadgitlab-ce-08ec838ed501473846806be2680e8888ff859e10.tar.gz
Merge branch 'master' into avatar-croppingavatar-cropping
Diffstat (limited to 'features/project/builds/summary.feature')
-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