summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--spec/support/features/discussion_comments_shared_example.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb
index 81cb94ab8c4..cc8002fde0d 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -46,6 +46,7 @@ shared_examples 'discussion comments' do |resource_name|
find("#{form_selector} .note-textarea").send_keys('a')
find(toggle_selector).click
+ sleep 1
end
it 'has a "Comment" item (selected by default) and "Start discussion" item' do