Skip to content

Commit 50a473c

Browse files
committed
[Grid] Do not pass slots to conformance test suite
1 parent 246afe7 commit 50a473c

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,9 @@ describe('Joy UI <Grid />', () => {
1515
inheritComponent: 'div',
1616
render,
1717
ThemeProvider,
18-
refInstanceof: window.HTMLElement,
18+
refInstanceof: window.HTMLDivElement,
1919
muiName: 'JoyGrid',
2020
testVariantProps: { container: true, spacing: 5 },
21-
slots: {
22-
root: { expectedClassName: classes.root },
23-
container: { expectedClassName: classes.container },
24-
item: { expectedClassName: classes.item },
25-
},
2621
skip: ['componentsProp', 'classesRoot'],
2722
}));
2823
});

0 commit comments

Comments
 (0)