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-09-24 12:40:48 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-09-24 12:40:48 +0300
commit2be714dcf61842e41d0432fae3abdf1a09215012 (patch)
treeae1576456b28a39c8e284a8e51c02b073c568944 /features/project/commits
parent9c4307e287cade71c180c4c37fb14a018cf9fe28 (diff)
Show CI status 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.feature5
1 files changed, 5 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index 3ebc8a39aae..34161b81d44 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -16,6 +16,11 @@ Feature: Project Commits
Then I see commit info
And I see side-by-side diff button
+ Scenario: I browse commit with ci from list
+ Given commit has ci status
+ And I click on commit link
+ Then I see commit ci info
+
Scenario: I browse commit with side-by-side diff view
Given I click on commit link
And I click side-by-side diff button