Skip to content

Commit

Permalink
test(DropdownMenu/ContextMenu): snapshot tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hywax committed Nov 2, 2024
1 parent 2a3f693 commit b2732b1
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 34 deletions.
1 change: 1 addition & 0 deletions test/components/ContextMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ describe('ContextMenu', () => {
}],
[{
label: 'Show Sidebar',
color: 'primary',
kbds: ['meta', 'S']
}, {
label: 'Show Toolbar',
Expand Down
1 change: 1 addition & 0 deletions test/components/DropdownMenu.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ describe('DropdownMenu', () => {
disabled: true
}], [{
label: 'Logout',
color: 'error',
icon: 'i-heroicons-arrow-right-start-on-rectangle',
kbds: ['shift', 'meta', 'q']
}]
Expand Down
Loading

0 comments on commit b2732b1

Please sign in to comment.