diff options
| author | Rémy Coutable <remy@rymai.me> | 2016-02-04 11:08:58 +0100 |
|---|---|---|
| committer | Rémy Coutable <remy@rymai.me> | 2016-02-22 19:34:35 +0100 |
| commit | f36fde94d0f72bc86abf4a424710f9e5c72cfc30 (patch) | |
| tree | 77a8ee1f627fd96854172b349561c153dcddcd6c /features/project | |
| parent | bea6aa3377dfc685ed2d6427609e17318279e8b1 (diff) | |
| download | gitlab-ce-f36fde94d0f72bc86abf4a424710f9e5c72cfc30.tar.gz | |
Add a spec for coverage indicator in project's builds listBaertierchen/gitlab-ce-showTestCoverage
Diffstat (limited to 'features/project')
| -rw-r--r-- | features/project/builds/summary.feature | 2 |
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 |
