This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new c3527da362 test: Fixes act errors in ListView test (#21418)
c3527da362 is described below

commit c3527da362805769549653b8b64dd5c65197ccee
Author: Michael S. Molina <[email protected]>
AuthorDate: Fri Sep 9 18:25:44 2022 -0300

    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 25ab1b63ae..5faaa6d3c3 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', () => () => <span />);
+
 function makeMockLocation(query) {
   const queryStr = encodeURIComponent(query);
   return {

Reply via email to