onurtashan opened a new pull request, #40758:
URL: https://github.com/apache/superset/pull/40758
## Summary
Adds regression tests for the certification field fix from #40193.
Verifies the three cases in `saveDashboardRequest` with
`SAVE_TYPE_OVERWRITE`:
- Clearing `certified_by` → `certification_details` is also cleared to `''`
- Setting `certified_by` → `certification_details` is preserved
- `certified_by` is `undefined` → neither field is included in the PUT body
## Testing
Tests added to
`superset-frontend/src/dashboard/actions/dashboardState.test.ts` inside a new
`describe('certification fields', ...)` block, following the existing test
pattern (thunk + `putStub` + `waitFor`).
cc @sfirke
🤖 Generated with [Claude Code](https://claude.com/claude-code)
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]