diff options
| author | Sytse Sijbrandij <sytse@dosire.com> | 2013-11-27 09:00:14 +0100 |
|---|---|---|
| committer | Sytse Sijbrandij <sytse@dosire.com> | 2013-11-27 09:00:14 +0100 |
| commit | ca1526e7ffa2b1eeccae187406987de0250c2012 (patch) | |
| tree | 9d441e2e9b163c6998d3797e8bb427124499436c /features/project/commits | |
| parent | 526c2fdf48add9c5051514f987494244b5d6b45e (diff) | |
| download | gitlab-ce-ca1526e7ffa2b1eeccae187406987de0250c2012.tar.gz | |
Conventional naming for diff modes.
Diffstat (limited to 'features/project/commits')
| -rw-r--r-- | features/project/commits/commits.feature | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index 97113871a0a..cbe8b321507 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -14,12 +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 + And I see side-by-side diff button - Scenario: I browse commit with parallel diff view + Scenario: I browse commit with side-by-side diff view Given I click on commit link - And I click parallel diff button - Then I see unified diff button + And I click side-by-side diff button + Then I see inline diff button Scenario: I compare refs Given I visit compare refs page |
