summaryrefslogtreecommitdiff
path: root/spec/features/discussion_comments/commit_spec.rb
diff options
context:
space:
mode:
authorMichel Engelen <michel@nomorejs.net>2019-06-26 13:57:34 +0200
committerMichel Engelen <michel@nomorejs.net>2019-07-02 14:30:19 +0200
commitad5bd4ad4ff4eb442a9bfcac4ac154c2aa5e037f (patch)
treed0f236313bd358ca534e79e3278d6d15328723b4 /spec/features/discussion_comments/commit_spec.rb
parent370d35b3081452f667598c41b231aba7ad3e8435 (diff)
downloadgitlab-ce-ad5bd4ad4ff4eb442a9bfcac4ac154c2aa5e037f.tar.gz
updated tests to comply with the corresponding EE branch
Diffstat (limited to 'spec/features/discussion_comments/commit_spec.rb')
-rw-r--r--spec/features/discussion_comments/commit_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/discussion_comments/commit_spec.rb b/spec/features/discussion_comments/commit_spec.rb
index ea720cee74e..b3f1731ec95 100644
--- a/spec/features/discussion_comments/commit_spec.rb
+++ b/spec/features/discussion_comments/commit_spec.rb
@@ -1,6 +1,6 @@
require 'spec_helper'
-describe 'Discussion Comments Commit', :js do
+describe 'Thread Comments Commit', :js do
include RepoHelpers
let(:user) { create(:user) }
@@ -16,7 +16,7 @@ describe 'Discussion Comments Commit', :js do
visit project_commit_path(project, sample_commit.id)
end
- it_behaves_like 'discussion comments', 'commit'
+ it_behaves_like 'thread comments', 'commit'
it 'has class .js-note-emoji' do
expect(page).to have_css('.js-note-emoji')