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 a5303ba563 fix(playwright): DRY refactor with fixtures and PR review
fixes
add 57052f3097 fix(playwright): PR feedback round 6 fixes and DRY refactors
No new revisions were added by this update.
Summary of changes:
.../playwright/components/core/AceEditor.ts | 138 ++++++++++-----
.../playwright/components/core/Select.ts | 10 +-
.../playwright/components/core/Tabs.ts | 4 +-
.../playwright/components/modals/ConfirmDialog.ts | 23 ++-
.../components/modals/DuplicateDatasetModal.ts | 4 +-
.../components/modals/EditDatasetModal.ts | 86 +++++++++-
.../playwright/helpers/api/assertions.ts | 23 ++-
.../playwright/helpers/api/database.ts | 3 +-
.../playwright/helpers/fixtures/testAssets.ts | 11 +-
.../experimental/dataset/create-dataset.spec.ts | 110 +++++++++---
.../experimental/dataset/dataset-list.spec.ts | 191 ++++++++++++++-------
.../experimental/dataset/dataset-test-helpers.ts | 72 ++++++++
12 files changed, 520 insertions(+), 155 deletions(-)
create mode 100644
superset-frontend/playwright/tests/experimental/dataset/dataset-test-helpers.ts