Skip to content

Commit 965277e

Browse files
committed
Updated symbols test
1 parent ece0b0e commit 965277e

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

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

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,11 @@ exports[`<Symbol /> from .opi file > matches snapshot 1`] = `
8282
<div
8383
style="padding: 5%;"
8484
>
85-
<div
86-
class="Label _Label_c35983"
87-
style="background-color: transparent; cursor: default; justify-content: flex-start; align-items: flex-start;"
85+
<p
86+
class="MuiTypography-root MuiTypography-body1 MuiTypography-noWrap css-1psacti-MuiTypography-root"
8887
>
89-
<span>
90-
Fake value
91-
</span>
92-
</div>
88+
Fake value
89+
</p>
9390
</div>
9491
</div>
9592
</DocumentFragment>

0 commit comments

Comments
 (0)