summaryrefslogtreecommitdiff
path: root/spec/features/discussion_comments/commit_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/discussion_comments/commit_spec.rb')
-rw-r--r--spec/features/discussion_comments/commit_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/discussion_comments/commit_spec.rb b/spec/features/discussion_comments/commit_spec.rb
index 32c0ba2a9a7..261e9fb9f3b 100644
--- a/spec/features/discussion_comments/commit_spec.rb
+++ b/spec/features/discussion_comments/commit_spec.rb
@@ -18,7 +18,7 @@ RSpec.describe 'Thread Comments Commit', :js do
visit project_commit_path(project, sample_commit.id)
end
- it_behaves_like 'thread comments', 'commit'
+ it_behaves_like 'thread comments for commit and snippet', 'commit'
it 'has class .js-note-emoji' do
expect(page).to have_css('.js-note-emoji')