diff --git a/src/plugins/management/public/components/feature_cards/__snapshots__/feature_cards.test.tsx.snap b/src/plugins/management/public/components/feature_cards/__snapshots__/feature_cards.test.tsx.snap index 0718fb98bf4f..0cbd1b21efd6 100644 --- a/src/plugins/management/public/components/feature_cards/__snapshots__/feature_cards.test.tsx.snap +++ b/src/plugins/management/public/components/feature_cards/__snapshots__/feature_cards.test.tsx.snap @@ -1,408 +1,3 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[` render with complex navLinks 1`] = ` -
-
-
-
-

-

-
-
-
-
-
-
-
-
-
- - - -
-

- title1 -

-
-
-
-
-
-
-
- - - -
-

- title2 -

-
-
-
-
-
-
-
- - - -
-

- title3 -

-
-
-
-
-
-
-
- - - -
-

- title4 -

-
-
-
-
-
-
-
-
-
- - - -
-

- title5 -

-
-
-
-
-
-
-
-
-
-
-
-

- Dashboard -

-
-
-
-
-
- - - -
-

- title1 -

-
-
-
-
-
-
-
- - - -
-

- title2 -

-
-
-
-
-
-
-
- - - -
-

- title3 -

-
-
-
-
-
-
-
- - - -
-

- title4 -

-
-
-
-
-
-
-
-
-
- - - -
-

- title5 -

-
-
-
-
-
-
-
-
-
-
-
-
-`; - exports[` render with empty navLinks 1`] = `
`; diff --git a/src/plugins/management/public/components/feature_cards/feature_cards.test.tsx b/src/plugins/management/public/components/feature_cards/feature_cards.test.tsx index b4bb4cdc76d8..3e0c44de3ee5 100644 --- a/src/plugins/management/public/components/feature_cards/feature_cards.test.tsx +++ b/src/plugins/management/public/components/feature_cards/feature_cards.test.tsx @@ -91,7 +91,7 @@ describe('', () => { }); it('render with complex navLinks', () => { - const { container, getAllByTestId } = render( + const { getAllByTestId } = render( ', () => { navigateToApp={jest.fn()} /> ); - expect(container).toMatchSnapshot(); expect(getAllByTestId('landingPageRow_1').length).toEqual(2); });