Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 14:12:21 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-10-06 17:10:17 +0300
commit697b34d786bcbc9b4fdaef485ff4837b850ca5aa (patch)
tree9b757848fe748ef7c2e23987ae6f6de2e4f67b82 /features/project/commits
parent59058a25434ae9fc39da63f7501ddf2a31c80f7b (diff)
Render CI statuses on commit page
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features/project/commits')
-rw-r--r--features/project/commits/commits.feature2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index 34161b81d44..e4beeb59adc 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -20,6 +20,8 @@ Feature: Project Commits
Given commit has ci status
And I click on commit link
Then I see commit ci info
+ And I click status link
+ Then I see builds list
Scenario: I browse commit with side-by-side diff view
Given I click on commit link