summaryrefslogtreecommitdiff
path: root/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb')
-rw-r--r--spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb b/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb
index 782a7e3bfb6..ac0c66524f0 100644
--- a/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb
+++ b/spec/features/merge_request/user_interacts_with_batched_mr_diffs_spec.rb
@@ -69,7 +69,8 @@ RSpec.describe 'Batch diffs', :js do
end
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
click_link('just now')
end