diff options
author | Steven Thonus <github@popl.nl> | 2013-10-09 22:22:37 +0200 |
---|---|---|
committer | Steven Thonus <steven@ln2.nl> | 2013-11-17 16:35:34 +0100 |
commit | 856d4088fbc7da5b5b583acc11ab674c4452b402 (patch) | |
tree | 5c15bbfdec71d7830a40887b9440a1e0a24a9b55 /features/project/commits | |
parent | c938833bd9f5373af5b8012df39a360517fd5261 (diff) | |
download | gitlab-ce-856d4088fbc7da5b5b583acc11ab674c4452b402.tar.gz |
diff view on commit with parallel diff view
TODO: fix comment forms to respect left and right columns
Diffstat (limited to 'features/project/commits')
-rw-r--r-- | features/project/commits/commits.feature | 6 |
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 |