Commit c414ab84 authored by Filipa Lacerda's avatar Filipa Lacerda

Improve copy for the pending state

parent 4b8004c7
...@@ -106,7 +106,7 @@ ...@@ -106,7 +106,7 @@
illustration: 'illustrations/job_not_triggered.svg', illustration: 'illustrations/job_not_triggered.svg',
illustration_size: 'svg-306', illustration_size: 'svg-306',
title: _('This job has not started yet'), title: _('This job has not started yet'),
content: _('This job is in pending state and is waiting to be picked by the runner') content: _('This job is in pending state and is waiting to be picked by a runner')
= render "sidebar" = render "sidebar"
.js-build-options{ data: javascript_build_options } .js-build-options{ data: javascript_build_options }
......
...@@ -389,7 +389,7 @@ feature 'Jobs' do ...@@ -389,7 +389,7 @@ feature 'Jobs' do
wait_for_requests wait_for_requests
expect(page).to have_content('This job has not started yet') 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') expect(page).to have_content('pending')
end end
end end
...@@ -416,7 +416,7 @@ feature 'Jobs' do ...@@ -416,7 +416,7 @@ feature 'Jobs' do
it 'shows pending empty state' 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 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 end
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment