This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch feat-additional-dataset-playwright-tests
in repository https://gitbox.apache.org/repos/asf/superset.git
from fbc7a2d231 fix(playwright): use selector-based approach for Select
component
add 2b82b04e75 fix(playwright): fix failing dataset tests with proper
selectors
No new revisions were added by this update.
Summary of changes:
superset-frontend/playwright.config.ts | 3 +
.../playwright/components/core/AceEditor.ts | 152 +++++++++++++++++++++
.../playwright/components/core/Select.ts | 8 +-
.../playwright/components/core/index.ts | 1 +
.../components/modals/EditDatasetModal.ts | 20 ++-
.../playwright/pages/CreateDatasetPage.ts | 32 ++---
.../experimental/dataset/dataset-list.spec.ts | 7 +-
7 files changed, 193 insertions(+), 30 deletions(-)
create mode 100644 superset-frontend/playwright/components/core/AceEditor.ts