diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-01-17 16:57:42 +0100 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2016-01-17 16:57:42 +0100 |
commit | d9629a0cf03b80c8074b2ffa003d541193ca7097 (patch) | |
tree | 00efab91d3475c5f591ee50763c79dc83037c996 /features/project | |
parent | 59ffe978fd5e89b55c737a030314a0bc3fdb85bd (diff) | |
download | gitlab-ce-d9629a0cf03b80c8074b2ffa003d541193ca7097.tar.gz |
Add specs for CI Lint button exposed on a builds page
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/builds/summary.feature | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/features/project/builds/summary.feature b/features/project/builds/summary.feature index e90ea592aab..9f006fcaca8 100644 --- a/features/project/builds/summary.feature +++ b/features/project/builds/summary.feature @@ -5,7 +5,11 @@ Feature: Project Builds Summary And project has CI enabled And project has a recent build - Scenario: I browse build summary page - When I visit recent build summary page - Then I see summary for build + Scenario: I browse build details page + When I visit recent build details page + Then I see details of a build And I see build trace + + Scenario: I browse project builds page + When I visit project builds page + Then I see button to CI Lint Tool |