mirror of
https://github.com/apache/superset.git
synced 2026-07-16 11:46:09 +00:00
E2E specs query antd's internal Select DOM, which v6 renamed. Fixes the Cypress + Playwright failures on the antd6 upgrade: - .ant-select-selection-search-input -> .ant-select-input (central Playwright Select helper + Cypress directories/utils; drives create-dataset, dataset-list modals, sqllab DB selection, and the "Select a dashboard" chart flow) - .ant-select-selector -> .ant-select-content - .ant-select-selection-placeholder -> .ant-select-placeholder - .ant-select-selection-item -> combined .ant-select-content-has-value, .ant-select-selection-item (single + multiple modes) Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>