Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
c414ab84
Commit
c414ab84
authored
Jan 22, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve copy for the pending state
parent
4b8004c7
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
app/views/projects/jobs/show.html.haml
app/views/projects/jobs/show.html.haml
+1
-1
spec/features/projects/jobs_spec.rb
spec/features/projects/jobs_spec.rb
+2
-2
No files found.
app/views/projects/jobs/show.html.haml
View file @
c414ab84
...
...
@@ -106,7 +106,7 @@
illustration:
'illustrations/job_not_triggered.svg'
,
illustration_size:
'svg-306'
,
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"
.js-build-options
{
data:
javascript_build_options
}
...
...
spec/features/projects/jobs_spec.rb
View file @
c414ab84
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment