Skip to content

Commit

Permalink
one more assertion that error class is not applied
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeshanTamboli committed Mar 27, 2024
1 parent 88557d0 commit 1f6b0ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/mui-material/src/RadioGroup/RadioGroup.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -425,5 +425,6 @@ describe('<RadioGroup />', () => {
const radiogroup = screen.getByRole('radiogroup');
expect(radiogroup).to.have.class(classes.root);
expect(radiogroup).to.have.class(classes.row);
expect(radiogroup).not.to.have.class(classes.error);
});
});

0 comments on commit 1f6b0ba

Please sign in to comment.