Skip to content

Commit

Permalink
Update test snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmz committed Jan 5, 2025
1 parent d113e3f commit 5f2d4a9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions test/jest/__snapshots__/link-preview.test.jsx.snap
Original file line number Diff line number Diff line change
Expand Up @@ -372,8 +372,22 @@ exports[`LinkPreview > Shows a video preview for Giphy 1`] = `
<div
aria-label="Video preview"
class="static-preview"
style="padding-bottom: 71.39999999999999%; background-image: url(https://media3.giphy.com/media/ncAcktdglyCuVrKeZG/giphy.gif);"
/>
style="padding-bottom: 71.39999999999999%; background-image: url(https://i.giphy.com/media/ncAcktdglyCuVrKeZG/giphy_s.gif);"
>
<svg
aria-hidden="true"
class="play-icon fa-icon fa-icon-fas-play-circle"
focusable="false"
role="img"
viewBox="0 0 512 512"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm115.7 272l-176 101c-15.8 8.8-35.7-2.5-35.7-21V152c0-18.4 19.8-29.8 35.7-21l176 107c16.4 9.2 16.4 32.9 0 42z"
fill="currentColor"
/>
</svg>
</div>
<div
class="info"
>
Expand Down

0 comments on commit 5f2d4a9

Please sign in to comment.