Skip to content

Commit 1f82f7b

Browse files
committed
fix: test
1 parent a3799ad commit 1f82f7b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

superset-frontend/src/explore/components/ExploreChartHeader/ExploreChartHeader.test.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -549,6 +549,7 @@ describe('ExploreChartHeader', () => {
549549
const props = createProps({
550550
formData: {
551551
...createProps().chart.latestQueryFormData,
552+
matrixify_enable: true,
552553
matrixify_mode_rows: 'metrics',
553554
matrixify_rows: [{ label: 'COUNT(*)', expressionType: 'SIMPLE' }],
554555
},

superset-frontend/src/pages/ChartList/ChartList.testHelpers.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ export const mockCharts = [
6565
// Add form_data with matrixify enabled
6666
form_data: {
6767
viz_type: 'table',
68+
matrixify_enable: true,
6869
matrixify_mode_rows: 'metrics',
6970
matrixify_rows: [{ label: 'COUNT(*)', expressionType: 'SIMPLE' }],
7071
},

0 commit comments

Comments
 (0)