You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2022/09/07 14:15:07 UTC

[superset] branch chore/cypress-runtime-enhancements updated (ac2219aea3 -> b50c50873d)

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

diegopucci pushed a change to branch chore/cypress-runtime-enhancements
in repository https://gitbox.apache.org/repos/asf/superset.git


    from ac2219aea3 Lint
     add 76bb41a6c9 Refactor tabs test
     add 4afedab182 Improve nativeFilters tests
     add b50c50873d Improve database tests

No new revisions were added by this update.

Summary of changes:
 .../cypress-base/cypress/fixtures/charts.json      |   2 +-
 .../cypress-base/cypress/fixtures/dashboards.json  |   2 +-
 .../cypress-base/cypress/fixtures/example.json     |   5 -
 .../integration/dashboard/dashboard.helper.ts      | 102 -----
 .../integration/dashboard/nativeFilter.helper.ts   | 413 --------------------
 .../integration/dashboard/nativeFilters.test.ts    | 109 ++----
 .../cypress/integration/dashboard/tabs.test.ts     |  86 ++---
 .../cypress/integration/dashboard/utils.ts         | 430 +++++++++++++++++++++
 .../cypress/integration/database/helper.ts         |  19 -
 .../cypress/integration/database/modal.test.ts     |  27 +-
 .../cypress-base/cypress/support/index.d.ts        |   4 +
 .../cypress-base/cypress/support/index.ts          |  46 ++-
 .../cypress-base/cypress/utils/urls.ts             |   2 +
 13 files changed, 578 insertions(+), 669 deletions(-)
 delete mode 100644 superset-frontend/cypress-base/cypress/fixtures/example.json
 delete mode 100644 superset-frontend/cypress-base/cypress/integration/dashboard/dashboard.helper.ts
 delete mode 100644 superset-frontend/cypress-base/cypress/integration/dashboard/nativeFilter.helper.ts
 delete mode 100644 superset-frontend/cypress-base/cypress/integration/database/helper.ts