Commit 1a734ee2 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'sh-fix-issue-213228' into 'master'

Fix flaky user_sees_notes_from_forked_project_spec.rb

Closes #213228

See merge request gitlab-org/gitlab!31060
parents 9d55988a 3ec53160
......@@ -28,6 +28,7 @@ describe 'Merge request > User sees notes from forked project', :js do
page.within('.discussion-notes') do
find('.btn-text-field').click
scroll_to(page.find('#note_note', visible: false))
find('#note_note').send_keys('A reply comment')
find('.js-comment-button').click
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