Commit 6189f87f authored by Mayra Cabrera's avatar Mayra Cabrera

Merge branch 'quarantine-a-flaky-spec' into 'master'

Quarantine a flaky spec

See merge request gitlab-org/gitlab!66855
parents d80042fb c235bf27
......@@ -60,7 +60,7 @@ RSpec.describe 'User views diffs', :js do
expect(page).not_to have_selector('.mr-loading-status .loading', visible: true)
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
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