Commit 4cb23929 authored by Albert Salim's avatar Albert Salim

Quarantine flaky spec

parent afb907e4
...@@ -69,7 +69,8 @@ RSpec.describe 'Batch diffs', :js do ...@@ -69,7 +69,8 @@ RSpec.describe 'Batch diffs', :js do
end end
context 'which is in at least page 2 of the batched pages of diffs' do context 'which is in at least page 2 of the batched pages of diffs' do
it 'scrolls to the correct discussion' do it 'scrolls to the correct discussion',
quarantine: { issue: 'https://gitlab.com/gitlab-org/gitlab/-/issues/293814' } do
page.within('.diff-file.file-holder:last-of-type') do page.within('.diff-file.file-holder:last-of-type') do
click_link('just now') click_link('just now')
end 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