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 967134f540 fix(theming): Visual bugs p-3 (#34424)
     add 6c9cda758a chore: update chart list e2e and component tests (#34393)

No new revisions were added by this update.

Summary of changes:
 .../cypress/e2e/chart_list/list.test.ts            |  55 --
 .../src/components/FacePile/FacePile.test.tsx      | 112 ++-
 .../src/components/Tag/utils.test.tsx              | 167 +++-
 .../src/components/TagsList/TagsList.test.tsx      | 126 +++
 .../pages/ChartList/ChartList.cardview.test.tsx    | 588 ++++++++++++++
 .../pages/ChartList/ChartList.listview.test.tsx    | 883 +++++++++++++++++++++
 .../pages/ChartList/ChartList.permissions.test.tsx | 486 ++++++++++++
 .../src/pages/ChartList/ChartList.test.jsx         | 433 ----------
 .../src/pages/ChartList/ChartList.test.tsx         | 476 +++++++++++
 .../src/pages/ChartList/ChartList.testHelpers.tsx  | 332 ++++++++
 superset-frontend/src/utils/chartRegistry.test.ts  | 225 ++++++
 superset-frontend/src/views/CRUD/hooks.test.tsx    | 153 ++++
 12 files changed, 3531 insertions(+), 505 deletions(-)
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.cardview.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.listview.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.permissions.test.tsx
 delete mode 100644 superset-frontend/src/pages/ChartList/ChartList.test.jsx
 create mode 100644 superset-frontend/src/pages/ChartList/ChartList.test.tsx
 create mode 100644 
superset-frontend/src/pages/ChartList/ChartList.testHelpers.tsx
 create mode 100644 superset-frontend/src/utils/chartRegistry.test.ts

Reply via email to