mirror of
https://github.com/apache/superset.git
synced 2026-06-07 00:29:17 +00:00
test: Fixes act errors in AlteredSliceTag test (#21392)
This commit is contained in:
committed by
GitHub
parent
7938e81f82
commit
a95e1c8a3e
@@ -33,6 +33,8 @@ import {
|
||||
fakePluginControls,
|
||||
} from './AlteredSliceTagMocks';
|
||||
|
||||
jest.mock('src/components/Icons/Icon', () => () => <span />);
|
||||
|
||||
const getTableWrapperFromModalBody = modalBody =>
|
||||
modalBody.find(TableView).find(TableCollection);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user