Skip to content

Commit

Permalink
Disable Select animations in Field tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaldudak committed Oct 21, 2024
1 parent 3011201 commit a2ea435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/mui-base/src/Field/Root/FieldRoot.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('<Field.Root />', () => {
it('supports Select', async () => {
await render(
<Field.Root validate={() => 'error'}>
<Select.Root>
<Select.Root animated={false}>
<Select.Trigger data-testid="trigger" />
<Select.Positioner />
</Select.Root>
Expand Down Expand Up @@ -651,7 +651,7 @@ describe('<Field.Root />', () => {
it('supports Select', async () => {
await render(
<Field.Root>
<Select.Root>
<Select.Root animated={false}>
<Select.Trigger data-testid="trigger" />
<Select.Positioner>
<Select.Popup>
Expand Down

0 comments on commit a2ea435

Please sign in to comment.