diff --git a/superset-frontend/packages/superset-ui-core/src/components/Select/Select.test.tsx b/superset-frontend/packages/superset-ui-core/src/components/Select/Select.test.tsx index 2f8cb6860a2..2b558b072cb 100644 --- a/superset-frontend/packages/superset-ui-core/src/components/Select/Select.test.tsx +++ b/superset-frontend/packages/superset-ui-core/src/components/Select/Select.test.tsx @@ -1160,7 +1160,7 @@ test('does not fire onChange if the same value is selected in single mode', asyn // Reference for the bug this tests: https://github.com/apache/superset/pull/33043#issuecomment-2809419640 test('typing and deleting the last character for a new option displays correctly', async () => { - jest.useFakeTimers(); + jest.useFakeTimers({ advanceTimers: true }); render(