From ad5bd4ad4ff4eb442a9bfcac4ac154c2aa5e037f Mon Sep 17 00:00:00 2001 From: Michel Engelen Date: Wed, 26 Jun 2019 13:57:34 +0200 Subject: updated tests to comply with the corresponding EE branch --- spec/support/features/discussion_comments_shared_example.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spec/support/features') diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb index 9930923a439..c4bf5da0cf0 100644 --- a/spec/support/features/discussion_comments_shared_example.rb +++ b/spec/support/features/discussion_comments_shared_example.rb @@ -1,4 +1,4 @@ -shared_examples 'discussion comments' do |resource_name| +shared_examples 'thread comments' do |resource_name| let(:form_selector) { '.js-main-target-form' } let(:dropdown_selector) { "#{form_selector} .comment-type-dropdown" } let(:toggle_selector) { "#{dropdown_selector} .dropdown-toggle" } -- cgit v1.2.3