diff options
| author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-12 07:05:16 -0700 |
|---|---|---|
| committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-09-12 07:05:16 -0700 |
| commit | edb3368c93c6ff64840ef5cd12f2af30b18b5b52 (patch) | |
| tree | d043ae45efae3440d6f665122800b0edb30eadf3 /features/project/commits/commits.feature | |
| parent | 4f9bc937b3b74cc16c899d51402004eb70a5149e (diff) | |
| parent | 0a05ab9126aa1edadea069e9e7dbe272da4b9618 (diff) | |
| download | gitlab-ce-edb3368c93c6ff64840ef5cd12f2af30b18b5b52.tar.gz | |
Merge pull request #5048 from Nullreff/image-diff
Fix bug with rendering changing images in commits
Diffstat (limited to 'features/project/commits/commits.feature')
| -rw-r--r-- | features/project/commits/commits.feature | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index d962471ebdb..fe470f5ac99 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -35,3 +35,7 @@ Feature: Project Browse commits Scenario: I browse huge commit Given I visit huge commit page Then I see huge commit message + + Scenario: I browse a commit with an image + Given I visit a commit with an image that changed + Then The diff links to both the previous and current image |
