We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece0b0e commit 965277eCopy full SHA for 965277e
src/ui/widgets/Symbol/__snapshots__/symbol.test.tsx.snap
@@ -82,14 +82,11 @@ exports[`<Symbol /> from .opi file > matches snapshot 1`] = `
82
<div
83
style="padding: 5%;"
84
>
85
- <div
86
- class="Label _Label_c35983"
87
- style="background-color: transparent; cursor: default; justify-content: flex-start; align-items: flex-start;"
+ <p
+ class="MuiTypography-root MuiTypography-body1 MuiTypography-noWrap css-1psacti-MuiTypography-root"
88
89
- <span>
90
- Fake value
91
- </span>
92
- </div>
+ Fake value
+ </p>
93
</div>
94
95
</DocumentFragment>
0 commit comments