summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-26 03:31:42 -0800
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-11-26 03:31:42 -0800
commitb51c2c81189c291c2af0fcd07a409731dbcb91ed (patch)
tree63a94dc7cec708dd5183842a9cd30e4b8b4b41ee /features/project
parentc57180367c8a9e55beb378fc7d0fd3c1cc1497e5 (diff)
parent856d4088fbc7da5b5b583acc11ab674c4452b402 (diff)
downloadgitlab-ce-b51c2c81189c291c2af0fcd07a409731dbcb91ed.tar.gz
Merge pull request #5308 from Popl7/parallel-diffs-side-by-side
diff view on commit with parallel diff view
Diffstat (limited to 'features/project')
-rw-r--r--features/project/commits/commits.feature6
1 files changed, 6 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature
index fe470f5ac99..97113871a0a 100644
--- a/features/project/commits/commits.feature
+++ b/features/project/commits/commits.feature
@@ -14,6 +14,12 @@ Feature: Project Browse commits
Scenario: I browse commit from list
Given I click on commit link
Then I see commit info
+ And I see parallel diff button
+
+ Scenario: I browse commit with parallel diff view
+ Given I click on commit link
+ And I click parallel diff button
+ Then I see unified diff button
Scenario: I compare refs
Given I visit compare refs page