Skip to content

Commit 3e4a166

Browse files
committed
[Menu] Fix test
1 parent 21b7646 commit 3e4a166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mui-joy/src/Menu/Menu.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ describe('Joy <Menu />', () => {
1616
render,
1717
ThemeProvider,
1818
muiName: 'JoyMenu',
19-
refInstanceof: window.HTMLUListElement,
19+
refInstanceof: window.HTMLDivElement,
2020
testRootOverrides: { slotName: 'root', slotClassName: classes.root },
2121
testVariantProps: { variant: 'soft' },
2222
testCustomVariant: true,

0 commit comments

Comments
 (0)