Skip to content

Commit

Permalink
Updating snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
SonicScrewdriver committed Dec 12, 2024
1 parent da0845f commit 4ecee88
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ exports[`SvgImage should load and render a localized graphie svg 1`] = `
<img
alt="svg image"
src="mockStaticUrl(https://ka-perseus-graphie.s3.amazonaws.com/ccefe63aa1bd05f1d11123f72790a49378d2e42b.svg)"
tabindex="0"
/>
</div>
</div>
Expand All @@ -21,6 +22,7 @@ exports[`SvgImage should load and render a normal graphie svg 1`] = `
<img
alt="svg image"
src="mockStaticUrl(https://ka-perseus-graphie.s3.amazonaws.com/ccefe63aa1bd05f1d11123f72790a49378d2e42b.svg)"
tabindex="0"
/>
</div>
</div>
Expand All @@ -31,6 +33,7 @@ exports[`SvgImage should load and render a png 1`] = `
<img
alt="png image"
src="mockStaticUrl(http://localhost/sample.png)"
tabindex="0"
/>
</div>
`;
Expand Down

0 comments on commit 4ecee88

Please sign in to comment.