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
1
Merge Requests
1
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
nexedi
gitlab-ce
Commits
8f8ed5ca
Commit
8f8ed5ca
authored
Jan 26, 2021
by
pburdette
Committed by
Payton Burdette
Jan 26, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update snapshot description
Be more clear on what to expect from the snapshot.
parent
523db4df
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
spec/frontend/vue_mr_widget/components/states/__snapshots__/mr_widget_pipeline_failed_spec.js.snap
...ates/__snapshots__/mr_widget_pipeline_failed_spec.js.snap
+1
-1
spec/frontend/vue_mr_widget/components/states/mr_widget_pipeline_failed_spec.js
...idget/components/states/mr_widget_pipeline_failed_spec.js
+1
-1
No files found.
spec/frontend/vue_mr_widget/components/states/__snapshots__/mr_widget_pipeline_failed_spec.js.snap
View file @
8f8ed5ca
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`PipelineFailed should
display correctly
1`] = `
exports[`PipelineFailed should
render error message with a disabled merge button
1`] = `
<div
class="mr-widget-body media"
>
...
...
spec/frontend/vue_mr_widget/components/states/mr_widget_pipeline_failed_spec.js
View file @
8f8ed5ca
...
...
@@ -20,7 +20,7 @@ describe('PipelineFailed', () => {
wrapper
=
null
;
});
it
(
'
should
display correctly
'
,
()
=>
{
it
(
'
should
render error message with a disabled merge button
'
,
()
=>
{
expect
(
wrapper
.
element
).
toMatchSnapshot
();
});
...
...
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