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
acd9da67
Commit
acd9da67
authored
Jan 13, 2022
by
Mike Greiling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update snapshots to agree with latest gitlab-ui changes
parent
2d9566bc
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
13 additions
and
11 deletions
+13
-11
ee/spec/frontend/on_demand_scans/components/__snapshots__/empty_state_spec.js.snap
...d_scans/components/__snapshots__/empty_state_spec.js.snap
+1
-1
ee/spec/frontend/security_dashboard/components/shared/empty_states/__snapshots__/dashboard_has_no_vulnerabilities_spec.js.snap
...snapshots__/dashboard_has_no_vulnerabilities_spec.js.snap
+1
-1
ee/spec/frontend_integration/security_dashboard/__snapshots__/security_dashboard_init_integration_spec.js.snap
...pshots__/security_dashboard_init_integration_spec.js.snap
+1
-1
ee/spec/frontend_integration/security_dashboard/__snapshots__/vulnerability_report_init_integration_spec.js.snap
...hots__/vulnerability_report_init_integration_spec.js.snap
+1
-1
spec/frontend/packages_and_registries/infrastructure_registry/components/list/components/__snapshots__/packages_list_app_spec.js.snap
...t/components/__snapshots__/packages_list_app_spec.js.snap
+1
-1
spec/frontend/packages_and_registries/package_registry/pages/__snapshots__/list_spec.js.snap
...es/package_registry/pages/__snapshots__/list_spec.js.snap
+1
-1
spec/frontend/packages_and_registries/shared/components/__snapshots__/registry_breadcrumb_spec.js.snap
...components/__snapshots__/registry_breadcrumb_spec.js.snap
+6
-4
spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap
...verless/components/__snapshots__/empty_state_spec.js.snap
+1
-1
No files found.
ee/spec/frontend/on_demand_scans/components/__snapshots__/empty_state_spec.js.snap
View file @
acd9da67
...
...
@@ -2,7 +2,7 @@
exports[`EmptyState renders properly 1`] = `
<section
class="gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
...
...
ee/spec/frontend/security_dashboard/components/shared/empty_states/__snapshots__/dashboard_has_no_vulnerabilities_spec.js.snap
View file @
acd9da67
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"gl-display-flex gl-
flex-wrap gl-
mt-0 empty-state gl-text-center gl-flex-direction-column\\">
"<section class=\\"gl-display-flex gl-mt-0 empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div>
...
...
ee/spec/frontend_integration/security_dashboard/__snapshots__/security_dashboard_init_integration_spec.js.snap
View file @
acd9da67
...
...
@@ -35,7 +35,7 @@ exports[`Security Dashboard default states sets up instance-level 1`] = `
exports[`Security Dashboard error states has unavailable pages 1`] = `
<div>
<section
class="gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
...
...
ee/spec/frontend_integration/security_dashboard/__snapshots__/vulnerability_report_init_integration_spec.js.snap
View file @
acd9da67
...
...
@@ -3,7 +3,7 @@
exports[`Vulnerability Report error states has unavailable pages 1`] = `
<div>
<section
class="gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
...
...
spec/frontend/packages_and_registries/infrastructure_registry/components/list/components/__snapshots__/packages_list_app_spec.js.snap
View file @
acd9da67
...
...
@@ -10,7 +10,7 @@ exports[`packages_list_app renders 1`] = `
<div>
<section
class="gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
...
...
spec/frontend/packages_and_registries/package_registry/pages/__snapshots__/list_spec.js.snap
View file @
acd9da67
...
...
@@ -11,7 +11,7 @@ exports[`PackagesListApp renders 1`] = `
<div>
<section
class="gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column"
class="gl-display-flex empty-state gl-text-center gl-flex-direction-column"
>
<div
class="gl-max-w-full"
...
...
spec/frontend/packages_and_registries/shared/components/__snapshots__/registry_breadcrumb_spec.js.snap
View file @
acd9da67
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
<div
<nav
aria-label="Breadcrumb"
class="gl-breadcrumbs"
>
...
...
@@ -53,11 +54,12 @@ exports[`Registry Breadcrumb when is not rootRoute renders 1`] = `
</a>
</li>
</ol>
</
di
v>
</
na
v>
`;
exports[`Registry Breadcrumb when is rootRoute renders 1`] = `
<div
<nav
aria-label="Breadcrumb"
class="gl-breadcrumbs"
>
...
...
@@ -80,5 +82,5 @@ exports[`Registry Breadcrumb when is rootRoute renders 1`] = `
</a>
</li>
</ol>
</
di
v>
</
na
v>
`;
spec/frontend/serverless/components/__snapshots__/empty_state_spec.js.snap
View file @
acd9da67
// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"gl-display-flex
gl-flex-wrap
empty-state gl-text-center gl-flex-direction-column\\">
"<section class=\\"gl-display-flex empty-state gl-text-center gl-flex-direction-column\\">
<div class=\\"gl-max-w-full\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div>
...
...
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