Skip to content
GitLab
Next
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
GitLab FOSS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
GitLab.org
GitLab FOSS
Merge requests
!22294
Fix erased block not being rendered when job was erased
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Fix erased block not being rendered when job was erased
52570-erased-block
into
master
Overview
7
Commits
4
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Merged
Filipa Lacerda
requested to merge
52570-erased-block
into
master
6 years ago
Overview
7
Commits
4
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
What does this MR do?
Fix erased block not being rendered when job was erased
What are the relevant issue numbers?
Closes
#52570 (closed)
Does this MR meet the acceptance criteria?
Changelog entry
added, if necessary
Documentation created/updated
Tests added for this feature/bug
Conforms to the
code review guidelines
Conforms to the
merge request performance guidelines
Conforms to the
style guides
Conforms to the
database guides
0
0
Merge request reports
Viewing commit
b358818d
Prev
Next
Show latest version
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
b358818d
Remove trailing whitespace jobs_spec.rb
· b358818d
Filipa Lacerda
authored
6 years ago
spec/features/projects/jobs_spec.rb
+
1
−
1
Options
@@ -670,7 +670,7 @@
it
'renders erased job warning'
do
visit
project_job_path
(
project
,
job
)
wait_for_requests
page
.
within
(
'.js-job-erased-block'
)
do
expect
(
page
).
to
have_content
(
'Job has been erased'
)
end
Loading