diff --git a/frontend/src/components/common/application-error-alert/__snapshots__/translated-application-error-alert.spec.tsx.snap b/frontend/src/components/common/application-error-alert/__snapshots__/translated-application-error-alert.spec.tsx.snap index bbf80c197..0a7c5dae3 100644 --- a/frontend/src/components/common/application-error-alert/__snapshots__/translated-application-error-alert.spec.tsx.snap +++ b/frontend/src/components/common/application-error-alert/__snapshots__/translated-application-error-alert.spec.tsx.snap @@ -2,12 +2,18 @@ exports[`TranslatedApplicationErrorAlert renders correctly 1`] = `
- This is a mock for ApplicationErrorAlert. -
- Props: - {"className":"test-css-class"} -
- Children: - testKey +
+

+ This is a mock for ApplicationErrorAlert. +

+ Props: + + {"className":"test-css-class"} + + Children: +
+ testKey +
+
`; diff --git a/frontend/src/components/common/application-error-alert/translated-application-error-alert.spec.tsx b/frontend/src/components/common/application-error-alert/translated-application-error-alert.spec.tsx index ab4d60a63..bdf1fe3e9 100644 --- a/frontend/src/components/common/application-error-alert/translated-application-error-alert.spec.tsx +++ b/frontend/src/components/common/application-error-alert/translated-application-error-alert.spec.tsx @@ -8,17 +8,16 @@ import { render } from '@testing-library/react' import { mockI18n } from '../../../test-utils/mock-i18n' import { TranslatedApplicationErrorAlert } from './translated-application-error-alert' import type { PropsWithChildren } from 'react' -import React, { Fragment } from 'react' +import React from 'react' jest.mock('./application-error-alert', () => ({ ApplicationErrorAlert: ({ children, ...props }: PropsWithChildren) => ( - - This is a mock for ApplicationErrorAlert. -
- Props: {JSON.stringify(props)} -
- Children: {children} -
+
+

This is a mock for ApplicationErrorAlert.

+ Props: {JSON.stringify(props)} + Children: +
{children}
+
) })) diff --git a/frontend/src/extensions/external-lib-app-extensions/abcjs/__snapshots__/abc-frame.spec.tsx.snap b/frontend/src/extensions/external-lib-app-extensions/abcjs/__snapshots__/abc-frame.spec.tsx.snap index c1802557f..97693b12c 100644 --- a/frontend/src/extensions/external-lib-app-extensions/abcjs/__snapshots__/abc-frame.spec.tsx.snap +++ b/frontend/src/extensions/external-lib-app-extensions/abcjs/__snapshots__/abc-frame.spec.tsx.snap @@ -2384,11 +2384,18 @@ exports[`AbcFrame renders an error if abcjs render function crashes 1`] = ` exports[`AbcFrame renders an error if abcjs render function crashes 2`] = `
-