Skip to content

Commit 4bcfea7

Browse files
Update tests
1 parent 9f0133f commit 4bcfea7

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/ui/widgets/Symbol/__snapshots__/symbol.test.tsx.snap

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ exports[`<Symbol /> from .bob file > matches snapshot (using fallback symbol) 1`
66
class="MuiBox-root css-lj78bd"
77
>
88
<img
9+
class="_Image_171889"
910
src="img 1.gif"
1011
style="display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
1112
/>
@@ -19,6 +20,7 @@ exports[`<Symbol /> from .bob file > matches snapshot (with index) 1`] = `
1920
class="MuiBox-root css-lj78bd"
2021
>
2122
<img
23+
class="_Image_171889"
2224
src="img 3.svg"
2325
style="display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
2426
/>
@@ -32,6 +34,7 @@ exports[`<Symbol /> from .bob file > matches snapshot (with rotation) 1`] = `
3234
class="MuiBox-root css-lj78bd"
3335
>
3436
<img
37+
class="_Image_171889"
3538
src="img 1.gif"
3639
style="display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
3740
/>
@@ -45,6 +48,7 @@ exports[`<Symbol /> from .bob file > matches snapshot (without index) 1`] = `
4548
class="MuiBox-root css-lj78bd"
4649
>
4750
<img
51+
class="_Image_171889"
4852
src="img 1.gif"
4953
style="display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
5054
/>
@@ -58,6 +62,7 @@ exports[`<Symbol /> from .opi file > matches snapshot (with rotation) 1`] = `
5862
class="MuiBox-root css-lj78bd"
5963
>
6064
<img
65+
class="_Image_171889"
6166
src="img 1.gif"
6267
style="display: block; transform: rotate(45deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
6368
/>
@@ -71,6 +76,7 @@ exports[`<Symbol /> from .opi file > matches snapshot 1`] = `
7176
class="MuiBox-root css-lj78bd"
7277
>
7378
<img
79+
class="_Image_171889"
7480
src="img 1.gif"
7581
style="display: block; transform: rotate(0deg) scaleX(1) scaleY(1); object-fit: contain; object-position: top left; opacity: 1;"
7682
/>

0 commit comments

Comments
 (0)