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 d9e40f9ceb feat(playwright): add create dataset wizard test with
Google Sheets
add a7245fe298 fix(playwright): improve Select.type() robustness and DRY
export validation
add 2c9d5a7320 refactor(playwright): extract generic API helpers and
separate create-dataset test
No new revisions were added by this update.
Summary of changes:
.../playwright/components/core/Select.ts | 9 +-
.../playwright/helpers/api/assertions.ts | 52 ++++
.../playwright/helpers/api/dataset.ts | 2 +
.../playwright/helpers/api/intercepts.ts | 123 +++++++++
.../experimental/dataset/create-dataset.spec.ts | 168 +++++++++++++
.../experimental/dataset/dataset-list.spec.ts | 278 ++++-----------------
6 files changed, 405 insertions(+), 227 deletions(-)
create mode 100644 superset-frontend/playwright/helpers/api/assertions.ts
create mode 100644 superset-frontend/playwright/helpers/api/intercepts.ts
create mode 100644
superset-frontend/playwright/tests/experimental/dataset/create-dataset.spec.ts