summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShinya Maeda <shinya@gitlab.com>2018-10-05 11:54:09 +0900
committerShinya Maeda <shinya@gitlab.com>2018-10-05 11:55:22 +0900
commitaeaa0261c7376485bdaa6b58682d19729a0a8c8c (patch)
tree0d68990202e899dc228a4c3e86c577742e1663c4
parentaf2c51d7ca73e16cdb9a11fff6d097116c7c5324 (diff)
downloadgitlab-ce-aeaa0261c7376485bdaa6b58682d19729a0a8c8c.tar.gz
Add :js tag for a feature spec
-rw-r--r--spec/features/projects/jobs_spec.rb2
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.")