Skip to content

Commit

Permalink
test: Fixes act errors in ListView test (#21418)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 9, 2022
1 parent 5d1afbc commit c3527da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions superset-frontend/src/components/ListView/ListView.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ import Pagination from 'src/components/Pagination/Wrapper';

import waitForComponentToPaint from 'spec/helpers/waitForComponentToPaint';

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

function makeMockLocation(query) {
const queryStr = encodeURIComponent(query);
return {
Expand Down

0 comments on commit c3527da

Please sign in to comment.