diff options
author | Sean McGivern <sean@gitlab.com> | 2016-06-30 16:17:10 +0100 |
---|---|---|
committer | Sean McGivern <sean@gitlab.com> | 2016-07-08 10:57:21 +0100 |
commit | 78496e8c38ce0b415fa7aad5310b937a95265627 (patch) | |
tree | 6f6e31d2e1bd52918833bcf12e255a939d941f3a /features/project | |
parent | b6b26692ea44cfeab7e8fd64b7df60852850fce2 (diff) | |
download | gitlab-ce-78496e8c38ce0b415fa7aad5310b937a95265627.tar.gz |
Disable overflow messages
With the option to expand and collapse individual diffs, these aren't
needed any more.
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/commits/commits.feature | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/features/project/commits/commits.feature b/features/project/commits/commits.feature index a95df038357..8b0cb90765e 100644 --- a/features/project/commits/commits.feature +++ b/features/project/commits/commits.feature @@ -83,11 +83,6 @@ Feature: Project Commits #Given I visit my project's commits stats page #Then I see commits stats - Scenario: I browse big commit - Given I visit big commit page - Then I see big commit warning - And I see "Reload with full diff" link - 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 |