+
+ {t('Overwrite existing')}
+
+
+
+
)}
diff --git a/superset-frontend/src/components/Select/Select.test.tsx b/superset-frontend/src/components/Select/Select.test.tsx
index 97aec1c08..1515a7c54 100644
--- a/superset-frontend/src/components/Select/Select.test.tsx
+++ b/superset-frontend/src/components/Select/Select.test.tsx
@@ -829,6 +829,28 @@ test('async - requests the options again after clearing the cache', async () =>
expect(mock).toHaveBeenCalledTimes(2);
});
+test('async - triggers getPopupContainer if passed', async () => {
+ const getPopupContainer = jest.fn();
+ render(
+