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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

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);