Skip to content

Commit

Permalink
test: Fixes act errors in PageHeaderWithActions test (#21389)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-s-molina authored Sep 8, 2022
1 parent a95e1c8 commit 9259f6e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ import userEvent from '@testing-library/user-event';
import { PageHeaderWithActions, PageHeaderWithActionsProps } from './index';
import { Menu } from '../Menu';

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

const defaultProps: PageHeaderWithActionsProps = {
editableTitleProps: {
title: 'Test title',
Expand Down

0 comments on commit 9259f6e

Please sign in to comment.