This is an automated email from the ASF dual-hosted git repository.
jli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git
from 6328e516206 test(examples): add tests for UUID threading and security
bypass (#37557)
add 142b2cc4254 test(e2e): add Playwright E2E tests for Chart List page
(#37866)
No new revisions were added by this update.
Summary of changes:
.../components/modals/ChartPropertiesModal.ts} | 59 ++--
.../playwright/helpers/api/assertions.ts | 58 ++++
superset-frontend/playwright/helpers/api/chart.ts | 104 +++++++
.../playwright/helpers/fixtures/testAssets.ts | 57 +++-
.../playwright/pages/ChartListPage.ts | 132 +++++++++
.../tests/experimental/chart/chart-list.spec.ts | 307 +++++++++++++++++++++
.../tests/experimental/chart/chart-test-helpers.ts | 88 ++++++
.../experimental/dataset/dataset-list.spec.ts | 51 +---
8 files changed, 779 insertions(+), 77 deletions(-)
copy superset-frontend/{src/features/rls/types.ts =>
playwright/components/modals/ChartPropertiesModal.ts} (50%)
create mode 100644 superset-frontend/playwright/helpers/api/chart.ts
create mode 100644 superset-frontend/playwright/pages/ChartListPage.ts
create mode 100644
superset-frontend/playwright/tests/experimental/chart/chart-list.spec.ts
create mode 100644
superset-frontend/playwright/tests/experimental/chart/chart-test-helpers.ts