Skip to content

Commit

Permalink
Enable mui SelectField suite tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Konrad Bosak committed Jun 21, 2024
1 parent 07869ec commit 2b65df0
Show file tree
Hide file tree
Showing 2 changed files with 195 additions and 141 deletions.
5 changes: 4 additions & 1 deletion packages/uniforms-mui/__tests__/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,10 @@ describe('@RTL MUI', () => {
suites.testQuickForm(theme.QuickForm);
suites.testRadioField(theme.RadioField);
// FIXME: MUI select does not work with new RTL test implementation
// suites.testSelectField(theme.SelectField, { showInlineError: true });
suites.testSelectField(theme.SelectField, {
showInlineError: true,
theme: 'mui',
});
suites.testSubmitField(theme.SubmitField);
suites.testTextField(theme.TextField);
suites.testValidatedForm(theme.ValidatedForm);
Expand Down
Loading

0 comments on commit 2b65df0

Please sign in to comment.