Files
superset2/superset-frontend/playwright/components
Evan Rusackas c65f38a6fc test(e2e): update Cypress/Playwright selectors for antd v6
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>
2026-07-01 16:34:17 -07:00
..