diff options
author | Grzegorz Bizon <grzegorz.bizon@ntsn.pl> | 2016-02-01 14:30:05 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-02-19 17:24:59 +0100 |
commit | bd7c52c734bd25b4b2549baf35b2957b45c7a972 (patch) | |
tree | 5405e8141f6d83c1d3d21c7ed0d85eddc7b52218 /features/project | |
parent | f3e92fb4d04f69deddcf1daf3dde8a79cf942bd5 (diff) | |
download | gitlab-ce-bd7c52c734bd25b4b2549baf35b2957b45c7a972.tar.gz |
Add feature specs for build erase button
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/builds/summary.feature | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature index b69d279517b..b4fb537f3d8 100644 --- a/features/project/builds/summary.feature +++ b/features/project/builds/summary.feature @@ -13,3 +13,10 @@ 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 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 |