2023-03-23 01:17:19 +01:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ModalContent should match snapshot 1`] = `
|
2023-05-19 22:20:15 +02:00
|
|
|
<div
|
|
|
|
class="box mm-modal-content box--padding-4 box--display-flex box--flex-direction-row box--justify-content-center box--align-items-flex-start box--width-screen box--height-screen"
|
|
|
|
data-testid="test"
|
|
|
|
>
|
|
|
|
<section
|
|
|
|
aria-modal="true"
|
|
|
|
class="box mm-modal-content__dialog mm-modal-content__dialog--size-sm box--margin-top-12 box--margin-bottom-12 box--padding-4 box--flex-direction-row box--width-full box--background-color-background-default box--rounded-lg"
|
|
|
|
role="dialog"
|
2023-03-23 01:17:19 +01:00
|
|
|
>
|
|
|
|
test
|
2023-05-19 22:20:15 +02:00
|
|
|
</section>
|
2023-03-23 01:17:19 +01:00
|
|
|
</div>
|
|
|
|
`;
|