Add :js tag for a feature spec

This commit is contained in:
Shinya Maeda 2018-10-05 11:54:09 +09:00
parent af2c51d7ca
commit aeaa0261c7
1 changed files with 1 additions and 1 deletions

View File

@ -567,7 +567,7 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
visit project_job_path(project, job)
end
it 'shows delayed job' do
it 'shows delayed job', :js do
expect(page).to have_content(job.detailed_status(user).illustration[:title])
expect(page).to have_content('This is a scheduled to run in')
expect(page).to have_content("This job will automatically run after it's timer finishes.")