Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
mnajdova committed Oct 22, 2024
1 parent 0abfc7d commit 412bf48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/mui-material/src/Rating/Rating.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ describe('<Rating />', () => {
testVariantProps: { variant: 'foo' },
testDeepOverrides: { slotName: 'label', slotClassName: classes.label },
testStateOverrides: { prop: 'size', value: 'small', styleKey: 'sizeSmall' },
refInstanceof: window.HTMLSpanElement,
refInstanceof: window.HTMLFieldSetElement,
skip: ['componentProp', 'componentsProp'],
}));

Expand Down

0 comments on commit 412bf48

Please sign in to comment.