summaryrefslogtreecommitdiff
path: root/spec/features/projects/jobs_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features/projects/jobs_spec.rb')
-rw-r--r--spec/features/projects/jobs_spec.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/projects/jobs_spec.rb b/spec/features/projects/jobs_spec.rb
index 3391fa6815b..e661db1809a 100644
--- a/spec/features/projects/jobs_spec.rb
+++ b/spec/features/projects/jobs_spec.rb
@@ -389,7 +389,7 @@ feature 'Jobs' do
wait_for_requests
expect(page).to have_content('This job has not started yet')
- expect(page).to have_content('This job is in pending state and is waiting to be picked by the runner')
+ expect(page).to have_content('This job is in pending state and is waiting to be picked by a runner')
expect(page).to have_content('pending')
end
end
@@ -416,7 +416,7 @@ feature 'Jobs' do
it 'shows pending empty state' do
expect(page).to have_content('This job has not started yet')
- expect(page).to have_content('This job is in pending state and is waiting to be picked by the runner')
+ expect(page).to have_content('This job is in pending state and is waiting to be picked by a runner')
end
end
end