Skip to content
Snippets Groups Projects
Commit 072de2c2 authored by Stan Hu's avatar Stan Hu
Browse files

Disable Sidekiq in spec to prevent transient build failures

parent 67312fce
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,11 +34,13 @@ feature 'Merge immediately', :feature, :js do
page.within '.mr-widget-body' do
find('.dropdown-toggle').click
 
click_link 'Merge immediately'
Sidekiq::Testing.fake! do
click_link 'Merge immediately'
 
expect(find('.accept-merge-request.btn-info')).to have_content('Merge in progress')
expect(find('.accept-merge-request.btn-info')).to have_content('Merge in progress')
 
wait_for_ajax
wait_for_ajax
end
end
end
end
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment