Files
superset2/superset-frontend
Evan Rusackas 7d0d97bae7 fix(tests): fix test failures in ChartRenderer, ExploreChartHeader, and Chart
- ChartRenderer.test.tsx: Remove viz_type from formData to allow vizType
  prop to take precedence for suppressContextMenu test, use as unknown
  for test data type assertions
- ExploreChartHeader.test.tsx: Fix placeholder text assertion - use
  findByDisplayValue instead of findByText since chart has a title
- ExploreViewContainer: Pass exploreState prop to ExploreChartPanel
  to match original behavior of spread props
- ExploreChartPanel: Add exploreState to props interface

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-01 13:07:39 +01:00
..