Files
superset2/superset-frontend/src/explore/components/controls/DatasourceControl
Evan Rusackas 0732dfb5b3 test(DatasourceControl): await userEvent.click to deflake Edit dataset test
userEvent.click is asynchronous in @testing-library/user-event v14+;
unawaited calls left the downstream getByTestId assertion to race the
modal render. Awaits both clicks in the Edit-dataset test so the modal
is guaranteed open before the assertion runs.

Addresses codeant-ai review on PR #39461.
2026-04-25 17:29:17 -07:00
..