test: Fixes act errors in AlteredSliceTag test (#21392)

This commit is contained in:
Michael S. Molina
2022-09-08 18:48:16 -03:00
committed by GitHub
parent 7938e81f82
commit a95e1c8a3e

View File

@@ -33,6 +33,8 @@ import {
fakePluginControls,
} from './AlteredSliceTagMocks';
jest.mock('src/components/Icons/Icon', () => () => <span />);
const getTableWrapperFromModalBody = modalBody =>
modalBody.find(TableView).find(TableCollection);