mirror of
https://github.com/apache/superset.git
synced 2026-04-07 10:31:50 +00:00
feat(native-filters): Highlight charts affected by focused native filter (#14693)
* Highlight charts affected by focused native filter
* Remove tabs animation on dashboard
* Remove a test that checks for "animated={true}" prop on tabs
* Move hooks types to a separate interface
This commit is contained in:
committed by
GitHub
parent
29828f8552
commit
c831655913
@@ -128,12 +128,6 @@ describe('DashboardBuilder', () => {
|
||||
expect(parentSize.find(Tabs.TabPane)).toHaveLength(2);
|
||||
});
|
||||
|
||||
it('should have default animated=true on Tabs for perf', () => {
|
||||
const wrapper = setup({ dashboardLayout: undoableDashboardLayoutWithTabs });
|
||||
const tabProps = wrapper.find(ParentSize).find(Tabs).props();
|
||||
expect(tabProps.animated).toEqual(true);
|
||||
});
|
||||
|
||||
it('should render a TabPane and DashboardGrid for first Tab', () => {
|
||||
const wrapper = setup({ dashboardLayout: undoableDashboardLayoutWithTabs });
|
||||
const parentSize = wrapper.find(ParentSize);
|
||||
|
||||
Reference in New Issue
Block a user