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 86f690d17fe fix(dashboard): fix Export as Example with app prefix and
enable Dashboard Export E2E tests (#37529)
add 4b0d4975130 test: add new RTL and integration tests for DatasetList
(#36681)
No new revisions were added by this update.
Summary of changes:
.../datasets/DuplicateDatasetModal.test.tsx | 282 +++
.../datasets/hooks/useDatasetLists.test.ts | 180 +-
.../DatasetList/DatasetList.behavior.test.tsx | 493 +++++
.../DatasetList/DatasetList.integration.test.tsx | 252 +++
.../DatasetList/DatasetList.listview.test.tsx | 2215 ++++++++++++++++++++
.../DatasetList/DatasetList.permissions.test.tsx | 414 ++++
.../src/pages/DatasetList/DatasetList.test.tsx | 567 +++++
.../pages/DatasetList/DatasetList.testHelpers.tsx | 539 +++++
8 files changed, 4854 insertions(+), 88 deletions(-)
create mode 100644
superset-frontend/src/features/datasets/DuplicateDatasetModal.test.tsx
create mode 100644
superset-frontend/src/pages/DatasetList/DatasetList.behavior.test.tsx
create mode 100644
superset-frontend/src/pages/DatasetList/DatasetList.integration.test.tsx
create mode 100644
superset-frontend/src/pages/DatasetList/DatasetList.listview.test.tsx
create mode 100644
superset-frontend/src/pages/DatasetList/DatasetList.permissions.test.tsx
create mode 100644 superset-frontend/src/pages/DatasetList/DatasetList.test.tsx
create mode 100644
superset-frontend/src/pages/DatasetList/DatasetList.testHelpers.tsx