mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
chore: Removes tabs animation by default (#14496)
This commit is contained in:
committed by
GitHub
parent
79ff96269b
commit
e7a4734742
@@ -131,7 +131,7 @@ describe('DashboardBuilder', () => {
|
||||
it('should set animated=true on Tabs for perf', () => {
|
||||
const wrapper = setup({ dashboardLayout: undoableDashboardLayoutWithTabs });
|
||||
const tabProps = wrapper.find(ParentSize).find(Tabs).props();
|
||||
expect(tabProps.animated).toBe(true);
|
||||
expect(tabProps.animated).toEqual({ inkBar: true, tabPane: false });
|
||||
});
|
||||
|
||||
it('should render a TabPane and DashboardGrid for first Tab', () => {
|
||||
|
||||
Reference in New Issue
Block a user