Commit 6d7876c1 authored by Rémy Coutable's avatar Rémy Coutable

Quarantine a flaky spec in spec/features/issues/user_creates_branch_and_merge_request_spec.rb

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent bfb7bc8e
......@@ -139,7 +139,7 @@ describe 'User creates branch and merge request on issue page', :js do
visit project_issue_path(project, issue)
end
it 'disables the create branch button' do
it 'disables the create branch button', :quarantine do
expect(page).to have_css('.create-mr-dropdown-wrap .unavailable:not(.hidden)')
expect(page).to have_css('.create-mr-dropdown-wrap .available.hidden', visible: false)
expect(page).to have_content /Related merge requests/
......
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