Skip to content

Commit

Permalink
test fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sai6855 committed Sep 15, 2023
1 parent d27673c commit 107fcdf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/mui-joy/src/Button/Button.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,6 @@ describe('Joy <Button />', () => {

expect(button).toHaveComputedStyle({
...({
'icon-color': theme.variants.solidDisabled.primary['--Icon-color'],
cursor: theme.variants.solidDisabled.primary.cursor,
pointerEvents: theme.variants.solidDisabled.primary.pointerEvents,
color: 'rgba(0, 0, 0, 0)',
Expand All @@ -168,7 +167,6 @@ describe('Joy <Button />', () => {

expect(button).toHaveComputedStyle({
...({
'icon-color': theme.variants.solidDisabled.primary['--Icon-color'],
cursor: theme.variants.solidDisabled.primary.cursor,
pointerEvents: theme.variants.solidDisabled.primary.pointerEvents,
color: 'rgba(0, 0, 0, 0)',
Expand Down

0 comments on commit 107fcdf

Please sign in to comment.