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 21b7646 commit 3e4a166Copy full SHA for 3e4a166
packages/mui-joy/src/Menu/Menu.test.js
@@ -16,7 +16,7 @@ describe('Joy <Menu />', () => {
16
render,
17
ThemeProvider,
18
muiName: 'JoyMenu',
19
- refInstanceof: window.HTMLUListElement,
+ refInstanceof: window.HTMLDivElement,
20
testRootOverrides: { slotName: 'root', slotClassName: classes.root },
21
testVariantProps: { variant: 'soft' },
22
testCustomVariant: true,
0 commit comments