Update Jest snapshots

parent a63b9e73
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = ` exports[`dashboard has no vulnerabilities empty state matches snapshot 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"row empty-state text-center\\">
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/placeholder.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
......
...@@ -44,6 +44,7 @@ exports[`Security Dashboard error states has unavailable pages 1`] = ` ...@@ -44,6 +44,7 @@ exports[`Security Dashboard error states has unavailable pages 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="/test/empty_state.svg" src="/test/empty_state.svg"
/> />
</div> </div>
......
...@@ -14,6 +14,7 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = ` ...@@ -14,6 +14,7 @@ exports[`Vulnerability Report error states has unavailable pages 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="/test/empty_state.svg" src="/test/empty_state.svg"
/> />
</div> </div>
......
...@@ -21,6 +21,7 @@ exports[`packages_list_app renders 1`] = ` ...@@ -21,6 +21,7 @@ exports[`packages_list_app renders 1`] = `
<img <img
alt="" alt=""
class="gl-max-w-full" class="gl-max-w-full"
role="img"
src="helpSvg" src="helpSvg"
/> />
</div> </div>
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
exports[`EmptyStateComponent should render content 1`] = ` exports[`EmptyStateComponent should render content 1`] = `
"<section class=\\"row empty-state text-center\\"> "<section class=\\"row empty-state text-center\\">
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" class=\\"gl-max-w-full\\"></div> <div class=\\"svg-250 svg-content\\"><img src=\\"/image.svg\\" alt=\\"\\" role=\\"img\\" class=\\"gl-max-w-full\\"></div>
</div> </div>
<div class=\\"col-12\\"> <div class=\\"col-12\\">
<div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\"> <div class=\\"text-content gl-mx-auto gl-my-0 gl-p-5\\">
......
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