fix admin_uses_repository_checks

This commit is contained in:
Jose Ivan Vargas 2017-10-03 12:05:57 -05:00
parent bea4b0a8df
commit ac417cb39f

View file

@ -37,7 +37,7 @@ feature 'Admin uses repository checks' do
expect(RepositoryCheck::ClearWorker).to receive(:perform_async)
click_link 'Clear all repository checks'
accept_confirm { find(:link, 'Clear all repository checks').send_keys(:return) }
expect(page).to have_content('Started asynchronous removal of all repository check states.')
end