fix admin_uses_repository_checks
This commit is contained in:
parent
bea4b0a8df
commit
ac417cb39f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue