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

johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 33bb27bc0f fix(ephemerals): Quick fix for ephemeral spin-up (#23857)
     add f5b1711815 fix(chart): chart updates are not retained (#23627)

No new revisions were added by this update.

Summary of changes:
 .../cypress-base/cypress/e2e/explore/utils.ts      |   5 +-
 .../spec/fixtures/mockDashboardFormData.ts         |  79 +++++++++
 .../spec/fixtures/mockExploreFormData.ts           |  87 ++++++++++
 .../src/explore/components/SaveModal.tsx           |   4 +-
 .../getFormDataFromDashboardContext.test.ts        | 129 +-------------
 superset-frontend/src/pages/Chart/Chart.test.tsx   | 189 +++++++++++++++++++++
 superset-frontend/src/pages/Chart/index.tsx        |  13 +-
 7 files changed, 371 insertions(+), 135 deletions(-)
 create mode 100644 superset-frontend/spec/fixtures/mockDashboardFormData.ts
 create mode 100644 superset-frontend/spec/fixtures/mockExploreFormData.ts
 create mode 100644 superset-frontend/src/pages/Chart/Chart.test.tsx

Reply via email to