From c3527da362805769549653b8b64dd5c65197ccee Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Fri, 9 Sep 2022 18:25:44 -0300 Subject: [PATCH] test: Fixes act errors in ListView test (#21418) --- superset-frontend/src/components/ListView/ListView.test.jsx | 2 ++ 1 file changed, 2 insertions(+) diff --git a/superset-frontend/src/components/ListView/ListView.test.jsx b/superset-frontend/src/components/ListView/ListView.test.jsx index 25ab1b63aea6b..5faaa6d3c3440 100644 --- a/superset-frontend/src/components/ListView/ListView.test.jsx +++ b/superset-frontend/src/components/ListView/ListView.test.jsx @@ -35,6 +35,8 @@ import Pagination from 'src/components/Pagination/Wrapper'; import waitForComponentToPaint from 'spec/helpers/waitForComponentToPaint'; +jest.mock('src/components/Icons/Icon', () => () => ); + function makeMockLocation(query) { const queryStr = encodeURIComponent(query); return {