Fix some random failures

This commit is contained in:
Valery Sizov 2017-03-22 15:18:00 +02:00
parent bb1620aaf7
commit cf3b0ca4d9
1 changed files with 2 additions and 0 deletions

View File

@ -35,6 +35,8 @@ feature 'Merge immediately', :feature, :js do
click_link 'Merge Immediately'
expect(find('.js-merge-when-pipeline-succeeds-button')).to have_content('Merge in progress')
wait_for_ajax
end
end
end