Commit b72f0338 authored by Lin Jen-Shin's avatar Lin Jen-Shin

Merge branch 'quarantine-flaky-spec-user_suggests_changes_on_diff_spec.rb' into 'master'

Quarantine a flaky 'user_suggests_changes_on_diff_spec.rb' test

See merge request gitlab-org/gitlab!45135
parents 049ae0ca 1943eb12
...@@ -250,7 +250,7 @@ RSpec.describe 'User comments on a diff', :js do ...@@ -250,7 +250,7 @@ RSpec.describe 'User comments on a diff', :js do
end end
context 'multiple suggestions in a single note' do context 'multiple suggestions in a single note' do
it 'suggestions are presented' do it 'suggestions are presented', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/258989' do
click_diff_line(find("[id='#{sample_compare.changes[1][:line_code]}']")) click_diff_line(find("[id='#{sample_compare.changes[1][:line_code]}']"))
page.within('.js-discussion-note-form') do page.within('.js-discussion-note-form') do
......
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