Files
superset2/superset-frontend/src/explore
sadpandajoe fdc734b6c5 test(explore): fix and improve PropertiesModal tests
- Fix TypeError: use jest.spyOn(SupersetClient, 'put') instead of
  fetchMock.calls (which does not exist on this version of fetch-mock)
- Remove cache_timeout from GET mock result so onSave assertion is correct
- Consolidate PUT body + onSave payload assertions into one test
- Add subtitle text tests: 'Name, description, and ownership' and
  'Mark this chart as certified'
- Add placeholder text tests for Name, Description, Certified by,
  Certification details inputs
- Split helper text test: separate Description/Owners and Tags tests
- Add Tags helper text test gated behind TaggingSystem feature flag

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-10 06:48:56 +00:00
..