mirror of
https://github.com/apache/superset.git
synced 2026-04-26 03:24:53 +00:00
refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)
This commit is contained in:
committed by
GitHub
parent
d8f7e2ce5e
commit
8a2f7d378a
@@ -416,9 +416,8 @@ describe('should transform form_data between table and bigNumberTotal', () => {
|
||||
|
||||
// change control values on bigNumber
|
||||
bntFormData.metric = 'sum(sales)';
|
||||
bntFormData.time_range = '2021 : 2022';
|
||||
|
||||
bntControlsState.metric.value = 'sum(sales)';
|
||||
bntControlsState.time_range.value = '2021 : 2022';
|
||||
|
||||
// bigNumberTotal -> table
|
||||
const sfd2 = new StandardizedFormData(bntFormData);
|
||||
@@ -439,7 +438,6 @@ describe('should transform form_data between table and bigNumberTotal', () => {
|
||||
adhocMetricSQL,
|
||||
]);
|
||||
expect(tblFormData.groupby).toEqual(['name', 'gender', adhocColumn]);
|
||||
expect(tblFormData.time_range).toBe('2021 : 2022');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user