Skip to content

Commit

Permalink
fix: test snapshots out of date
Browse files Browse the repository at this point in the history
aa16cb8

added loading=lazy, but the snapshots were not updated.
  • Loading branch information
dopry committed May 10, 2023
1 parent a510a2c commit 9e44b97
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ exports[`MediaLibraryCard should match snapshot for draft image 1`] = `
</p>
<img
class="emotion-2 emotion-3"
loading="lazy"
src="url"
/>
</div>
Expand Down Expand Up @@ -132,6 +133,7 @@ exports[`MediaLibraryCard should match snapshot for non draft image 1`] = `
>
<img
class="emotion-0 emotion-1"
loading="lazy"
src="url"
/>
</div>
Expand Down

0 comments on commit 9e44b97

Please sign in to comment.