Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Nov 15, 2024
1 parent e576865 commit 9049a8d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,6 @@ const AccordionSummary = React.forwardRef(function AccordionSummary(inProps, ref
focusRipple={false}
disableRipple
disabled={disabled}
// component="div"
aria-expanded={expanded}
className={clsx(classes.root, className)}
focusVisibleClassName={clsx(classes.focusVisible, focusVisibleClassName)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ describe('<AccordionSummary />', () => {
classes,
inheritComponent: ButtonBase,
render,
refInstanceof: window.HTMLDivElement,
refInstanceof: window.HTMLButtonElement,
muiName: 'MuiAccordionSummary',
testVariantProps: { disabled: true },
testDeepOverrides: { slotName: 'content', slotClassName: classes.content },
Expand Down

0 comments on commit 9049a8d

Please sign in to comment.