Commit c235bf27 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 955673a9
...@@ -60,7 +60,7 @@ RSpec.describe 'User views diffs', :js do ...@@ -60,7 +60,7 @@ RSpec.describe 'User views diffs', :js do
expect(page).not_to have_selector('.mr-loading-status .loading', visible: true) expect(page).not_to have_selector('.mr-loading-status .loading', visible: true)
end end
it 'expands all diffs' do it 'expands all diffs', quarantine: 'https://gitlab.com/gitlab-org/gitlab/-/issues/333628' do
first('.diff-toggle-caret').click first('.diff-toggle-caret').click
expect(page).to have_button('Expand all') expect(page).to have_button('Expand all')
......
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