Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
siarheiy committed Mar 22, 2024
1 parent 22c4f85 commit c7b80e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions uui/components/pickers/__tests__/PickerInput.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -665,6 +665,7 @@ describe('PickerInput', () => {
act(() => {
jest.runAllTimers();
});
jest.useRealTimers();
const pickerBody = await PickerInputTestObject.findDialog();
return expect(pickerBody).toBeInTheDocument();
});
Expand Down

0 comments on commit c7b80e1

Please sign in to comment.