diff --git a/src/components/icons/Emoji.test.tsx b/src/components/icons/Emoji.test.tsx index c177a4b55..b6050a386 100644 --- a/src/components/icons/Emoji.test.tsx +++ b/src/components/icons/Emoji.test.tsx @@ -18,6 +18,5 @@ describe('components/icons/Emoji.tsx', () => { expect(tree.baseElement.innerHTML).not.toContain('https://'); // Offline emojis should not have an online URL expect(offlineEmojis.length).toEqual(1); // Ensure all NETWORK error emojis are configured for offline use - future proofing - expect(tree).toMatchSnapshot(); }); }); diff --git a/src/components/icons/__snapshots__/Emoji.test.tsx.snap b/src/components/icons/__snapshots__/Emoji.test.tsx.snap index 471280a5c..4117ad4f8 100644 --- a/src/components/icons/__snapshots__/Emoji.test.tsx.snap +++ b/src/components/icons/__snapshots__/Emoji.test.tsx.snap @@ -1,84 +1,5 @@ // Jest Snapshot v1, https://goo.gl/fbAQLP -exports[`components/icons/Emoji.tsx should render - offline SVGs 1`] = ` -{ - "asFragment": [Function], - "baseElement": -
- - 🛜 - -
- , - "container":
- - 🛜 - -
, - "debug": [Function], - "findAllByAltText": [Function], - "findAllByDisplayValue": [Function], - "findAllByLabelText": [Function], - "findAllByPlaceholderText": [Function], - "findAllByRole": [Function], - "findAllByTestId": [Function], - "findAllByText": [Function], - "findAllByTitle": [Function], - "findByAltText": [Function], - "findByDisplayValue": [Function], - "findByLabelText": [Function], - "findByPlaceholderText": [Function], - "findByRole": [Function], - "findByTestId": [Function], - "findByText": [Function], - "findByTitle": [Function], - "getAllByAltText": [Function], - "getAllByDisplayValue": [Function], - "getAllByLabelText": [Function], - "getAllByPlaceholderText": [Function], - "getAllByRole": [Function], - "getAllByTestId": [Function], - "getAllByText": [Function], - "getAllByTitle": [Function], - "getByAltText": [Function], - "getByDisplayValue": [Function], - "getByLabelText": [Function], - "getByPlaceholderText": [Function], - "getByRole": [Function], - "getByTestId": [Function], - "getByText": [Function], - "getByTitle": [Function], - "queryAllByAltText": [Function], - "queryAllByDisplayValue": [Function], - "queryAllByLabelText": [Function], - "queryAllByPlaceholderText": [Function], - "queryAllByRole": [Function], - "queryAllByTestId": [Function], - "queryAllByText": [Function], - "queryAllByTitle": [Function], - "queryByAltText": [Function], - "queryByDisplayValue": [Function], - "queryByLabelText": [Function], - "queryByPlaceholderText": [Function], - "queryByRole": [Function], - "queryByTestId": [Function], - "queryByText": [Function], - "queryByTitle": [Function], - "rerender": [Function], - "unmount": [Function], -} -`; - exports[`components/icons/Emoji.tsx should render - online CDN SVGs 1`] = ` { "asFragment": [Function],