mirror of
https://github.com/apache/superset.git
synced 2026-05-28 03:05:13 +00:00
- 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>