BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
6d0c9c94
Unverified
Commit
6d0c9c94
authored
Apr 06, 2018
by
Matija Čupić
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add missing trace artifacts to jobs in spec
parent
2bf83455
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
user_browses_job_spec.rb
spec/features/projects/jobs/user_browses_job_spec.rb
+2
-2
No files found.
spec/features/projects/jobs/user_browses_job_spec.rb
View file @
6d0c9c94
...
@@ -37,7 +37,7 @@ describe 'User browses a job', :js do
...
@@ -37,7 +37,7 @@ describe 'User browses a job', :js do
end
end
context
'with a failed job'
do
context
'with a failed job'
do
let!
(
:build
)
{
create
(
:ci_build
,
:failed
,
pipeline:
pipeline
)
}
let!
(
:build
)
{
create
(
:ci_build
,
:failed
,
:trace_artifact
,
pipeline:
pipeline
)
}
it
'displays the failure reason'
do
it
'displays the failure reason'
do
within
(
'.builds-container'
)
do
within
(
'.builds-container'
)
do
...
@@ -48,7 +48,7 @@ describe 'User browses a job', :js do
...
@@ -48,7 +48,7 @@ describe 'User browses a job', :js do
end
end
context
'when a failed job has been retried'
do
context
'when a failed job has been retried'
do
let!
(
:build
)
{
create
(
:ci_build
,
:failed
,
:retried
,
pipeline:
pipeline
)
}
let!
(
:build
)
{
create
(
:ci_build
,
:failed
,
:retried
,
:trace_artifact
,
pipeline:
pipeline
)
}
it
'displays the failure reason and retried label'
do
it
'displays the failure reason and retried label'
do
within
(
'.builds-container'
)
do
within
(
'.builds-container'
)
do
...
...
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