Commit c350d1f8 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'qa-fix-comment-dropdown' into 'master'

Fix suggestion dropdown blocking buttons after mention

Closes #225346

See merge request gitlab-org/gitlab!35655
parents f7ade70a cc224e66
...@@ -67,7 +67,7 @@ module QA ...@@ -67,7 +67,7 @@ module QA
# attachment option should be an absolute path # attachment option should be an absolute path
def comment(text, attachment: nil, filter: :all_activities) def comment(text, attachment: nil, filter: :all_activities)
method("select_#{filter}_filter").call method("select_#{filter}_filter").call
fill_element :comment_input, text fill_element :comment_input, "#{text}\n"
unless attachment.nil? unless attachment.nil?
QA::Page::Component::Dropzone.new(self, '.new-note') QA::Page::Component::Dropzone.new(self, '.new-note')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment