Skip to content

Commit e1cb877

Browse files
committed
fix: fix snapshots
commit can be dropped in next release.
1 parent 4a3e4e8 commit e1cb877

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

src/editors/sharedComponents/SelectionModal/__snapshots__/GalleryCard.test.jsx.snap

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ exports[`GalleryCard component snapshot with duration badge 1`] = `
5959
<h3
6060
className="text-primary-500"
6161
>
62-
<Truncate>
62+
<Truncate.Deprecated>
6363
props.img.displayName
64-
</Truncate>
64+
</Truncate.Deprecated>
6565
</h3>
6666
<p
6767
className="text-gray-500"
@@ -138,9 +138,9 @@ exports[`GalleryCard component snapshot with duration transcripts 1`] = `
138138
<h3
139139
className="text-primary-500"
140140
>
141-
<Truncate>
141+
<Truncate.Deprecated>
142142
props.img.displayName
143-
</Truncate>
143+
</Truncate.Deprecated>
144144
</h3>
145145
<div
146146
style={
@@ -232,9 +232,9 @@ exports[`GalleryCard component snapshot with status badge 1`] = `
232232
<h3
233233
className="text-primary-500"
234234
>
235-
<Truncate>
235+
<Truncate.Deprecated>
236236
props.img.displayName
237-
</Truncate>
237+
</Truncate.Deprecated>
238238
</h3>
239239
<p
240240
className="text-gray-500"
@@ -312,9 +312,9 @@ exports[`GalleryCard component snapshot with thumbnail fallback and load error 1
312312
<h3
313313
className="text-primary-500"
314314
>
315-
<Truncate>
315+
<Truncate.Deprecated>
316316
props.img.displayName
317-
</Truncate>
317+
</Truncate.Deprecated>
318318
</h3>
319319
<p
320320
className="text-gray-500"
@@ -392,9 +392,9 @@ exports[`GalleryCard component snapshot with thumbnail fallback and no error 1`]
392392
<h3
393393
className="text-primary-500"
394394
>
395-
<Truncate>
395+
<Truncate.Deprecated>
396396
props.img.displayName
397-
</Truncate>
397+
</Truncate.Deprecated>
398398
</h3>
399399
<p
400400
className="text-gray-500"
@@ -471,9 +471,9 @@ exports[`GalleryCard component snapshot: dateAdded=12345 1`] = `
471471
<h3
472472
className="text-primary-500"
473473
>
474-
<Truncate>
474+
<Truncate.Deprecated>
475475
props.img.displayName
476-
</Truncate>
476+
</Truncate.Deprecated>
477477
</h3>
478478
<p
479479
className="text-gray-500"

0 commit comments

Comments
 (0)