summaryrefslogtreecommitdiff
path: root/features/project/builds/summary.feature
diff options
context:
space:
mode:
authorAlfredo Sumaran <alfredo@gitlab.com>2016-02-24 14:06:55 -0500
committerAlfredo Sumaran <alfredo@gitlab.com>2016-02-24 14:06:55 -0500
commita4e522a889b24d7d7768ac3b77d0b544a25c3782 (patch)
tree5133df88a0bf7d5cdb8aeef7acd6232f9d6aadcb /features/project/builds/summary.feature
parent9f0a71f4fe0eade788c1c722c70873b319492dbe (diff)
parent4a9affa7330f2099f6385d3d74150f93cfd008f1 (diff)
downloadgitlab-ce-a4e522a889b24d7d7768ac3b77d0b544a25c3782.tar.gz
Merge branch 'master' into minimize-on-diff
Diffstat (limited to 'features/project/builds/summary.feature')
-rw-r--r--features/project/builds/summary.feature9
1 files changed, 9 insertions, 0 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature
index b69d279517b..4f3fd194d00 100644
--- a/features/project/builds/summary.feature
+++ b/features/project/builds/summary.feature
@@ -13,3 +13,12 @@ Feature: Project Builds Summary
Scenario: I browse project builds page
When I visit project builds page
Then I see button to CI Lint
+
+ Scenario: I erase a build
+ Given recent build is successful
+ And recent build has a build trace
+ When I visit recent build details page
+ And I click erase build button
+ Then recent build has been erased
+ And recent build summary does not have artifacts widget
+ And recent build summary contains information saying that build has been erased