Skip to content

Commit

Permalink
Update snapshot to fix text breakage
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewkaney committed Sep 25, 2023
1 parent e51a7d7 commit 1250512
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions core/extensions/toolbar/__snapshots__/index.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,18 @@
exports[`Toolbar Menu Snapshot test 1`] = `
<div
class="cm-menu"
style="position: relative;"
role="none"
>
<button
class="cm-menu-trigger"
style="user-select: none;"
id="Test"
role="menuitem"
tabindex="0"
/>
<div
aria-labelledby="Test"
class="cm-menu-item-list"
role="menu"
>
<div
class="cm-menu-item-group"
Expand Down

0 comments on commit 1250512

Please sign in to comment.