Skip to content

Commit

Permalink
test: Fixes act errors in AlteredSliceTag test (#21392)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 8, 2022
1 parent 7938e81 commit a95e1c8
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ import {
fakePluginControls,
} from './AlteredSliceTagMocks';

jest.mock('src/components/Icons/Icon', () => () => <span />);

const getTableWrapperFromModalBody = modalBody =>
modalBody.find(TableView).find(TableCollection);

Expand Down

0 comments on commit a95e1c8

Please sign in to comment.