summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorGrzegorz Bizon <grzegorz@gitlab.com>2018-11-22 08:38:05 +0000
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-11-22 08:38:05 +0000
commit0e1822801a88461d0ae86ff031bfc4231ec2f02e (patch)
tree1c53fbaadac5c3f49536478cedd77bfb5b87667a /spec
parent9a1952bf6019ef152939eb1a63e12b3aa595c793 (diff)
parent6353a45b3036feb62eecbbec954dd3b07a5748d0 (diff)
downloadgitlab-ce-0e1822801a88461d0ae86ff031bfc4231ec2f02e.tar.gz
Merge branch 'patch-32' into 'master'
Fix typo in scheduled pipelines See merge request gitlab-org/gitlab-ce!23218
Diffstat (limited to '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 99a7fbb63bd..24352be592a 100644
--- a/spec/features/projects/jobs_spec.rb
+++ b/spec/features/projects/jobs_spec.rb
@@ -596,7 +596,7 @@ describe 'Jobs', :clean_gitlab_redis_shared_state do
it 'shows delayed job', :js do
expect(page).to have_content('This is a delayed job to run in')
- expect(page).to have_content("This job will automatically run after it's timer finishes.")
+ expect(page).to have_content("This job will automatically run after its timer finishes.")
expect(page).to have_link('Unschedule job')
end