summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorJacob Schatz <jschatz1@gmail.com>2016-06-18 11:19:57 -0400
committerPaco Guzman <pacoguzmanp@gmail.com>2016-07-06 08:29:57 +0200
commite065f4848b257256141752e6498398cd68fa7786 (patch)
tree5b2775a3ad3e7f02d668faf850b0d31e5c76f4a2 /features/project
parentcfd5870b62e9d76e564ffc64db1d1281b4a363bb (diff)
downloadgitlab-ce-e065f4848b257256141752e6498398cd68fa7786.tar.gz
Diffs will create button/diff form on demand no on server side
Diffstat (limited to 'features/project')
-rw-r--r--features/project/commits/diff_comments.feature4
1 files changed, 0 insertions, 4 deletions
diff --git a/features/project/commits/diff_comments.feature b/features/project/commits/diff_comments.feature
index 2bde4c8a99b..35687aac9ea 100644
--- a/features/project/commits/diff_comments.feature
+++ b/features/project/commits/diff_comments.feature
@@ -6,10 +6,6 @@ Feature: Project Commits Diff Comments
And I visit project commit page
@javascript
- Scenario: I can access add diff comment buttons
- Then I should see add a diff comment button
-
- @javascript
Scenario: I can comment on a commit diff
Given I leave a diff comment like "Typo, please fix"
Then I should see a diff comment saying "Typo, please fix"