Commit acd9da67 authored by Mike Greiling's avatar Mike Greiling

Update snapshots to agree with latest gitlab-ui changes

parent 2d9566bc
......@@ -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"
......
// 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>
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
......@@ -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"
......
// 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>
</div>
</nav>
`;
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>
</div>
</nav>
`;
// 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>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment