Commit 072de2c2 authored by Stan Hu's avatar Stan Hu

Disable Sidekiq in spec to prevent transient build failures

parent 67312fce
......@@ -34,6 +34,7 @@ feature 'Merge immediately', :feature, :js do
page.within '.mr-widget-body' do
find('.dropdown-toggle').click
Sidekiq::Testing.fake! do
click_link 'Merge immediately'
expect(find('.accept-merge-request.btn-info')).to have_content('Merge in progress')
......@@ -42,4 +43,5 @@ feature 'Merge immediately', :feature, :js do
end
end
end
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