diff options
author | Shinya Maeda <shinya@gitlab.com> | 2018-10-05 11:54:09 +0900 |
---|---|---|
committer | Shinya Maeda <shinya@gitlab.com> | 2018-10-05 11:55:22 +0900 |
commit | aeaa0261c7376485bdaa6b58682d19729a0a8c8c (patch) | |
tree | 0d68990202e899dc228a4c3e86c577742e1663c4 /spec/features/projects | |
parent | af2c51d7ca73e16cdb9a11fff6d097116c7c5324 (diff) | |
download | gitlab-ce-aeaa0261c7376485bdaa6b58682d19729a0a8c8c.tar.gz |
Add :js tag for a feature spec
Diffstat (limited to 'spec/features/projects')
-rw-r--r-- | spec/features/projects/jobs_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/jobs_spec.rb b/spec/features/projects/jobs_spec.rb index 7bebd066b80..4e440c1befa 100644 --- a/spec/features/projects/jobs_spec.rb +++ b/spec/features/projects/jobs_spec.rb @@ -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.") |