Commit cc9e0d9a authored by Martin Wortschack's avatar Martin Wortschack

Merge branch '231431-flaky-test-spec-features-issues-gfm_autocomplete_spec-rb-652' into 'master'

Fix flaky test in spec/features/issues/gfm_autocomplete_spec.rb

See merge request gitlab-org/gitlab!39139
parents d8fd5df6 30fa2357
......@@ -768,7 +768,8 @@ RSpec.describe 'GFM autocomplete', :js do
def start_comment_with_emoji(note)
note.native.send_keys('Hello :10')
# Wait for emoji popup
wait_for_requests
find('.atwho-view li', text: '100')
end
......
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