This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a change to branch mobile-dashboard-support
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 9d16b518ebd docs(tests): explain why antd mock is used for 
Grid.useBreakpoint
     add 06957ee3973 test(mobile): add comprehensive mobile support test suite

No new revisions were added by this update.

Summary of changes:
 .../tests/mobile/mobile-dashboard.spec.ts          | 314 +++++++++++++++++++++
 .../tests/mobile/mobile-navigation.spec.ts         | 200 +++++++++++++
 superset-frontend/spec/helpers/mobileTestUtils.ts  | 145 ++++++++++
 .../src/components/ListView/ListView.test.tsx      | 129 +++++++++
 .../MobileRouteGuard/MobileRouteGuard.test.tsx     | 159 +++++++++++
 .../DashboardBuilder/DashboardBuilder.test.tsx     |  79 ++++++
 .../src/pages/Home/Home.mobile.test.tsx            | 186 ++++++++++++
 .../MobileUnsupported/MobileUnsupported.test.tsx   | 172 +++++++++++
 8 files changed, 1384 insertions(+)
 create mode 100644 
superset-frontend/playwright/tests/mobile/mobile-dashboard.spec.ts
 create mode 100644 
superset-frontend/playwright/tests/mobile/mobile-navigation.spec.ts
 create mode 100644 superset-frontend/spec/helpers/mobileTestUtils.ts
 create mode 100644 
superset-frontend/src/components/MobileRouteGuard/MobileRouteGuard.test.tsx
 create mode 100644 superset-frontend/src/pages/Home/Home.mobile.test.tsx
 create mode 100644 
superset-frontend/src/pages/MobileUnsupported/MobileUnsupported.test.tsx

Reply via email to