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
|
2023-07-26 17:48:31 +02:00
|
|
|
class="mm-box mm-modal-content mm-box--padding-4 mm-box--display-flex mm-box--justify-content-center mm-box--align-items-flex-start mm-box--width-screen mm-box--height-screen"
|
2023-05-19 22:20:15 +02:00
|
|
|
data-testid="test"
|
|
|
|
>
|
|
|
|
<section
|
|
|
|
aria-modal="true"
|
2023-07-26 17:48:31 +02:00
|
|
|
class="mm-box mm-modal-content__dialog mm-modal-content__dialog--size-sm mm-box--sm:margin-top-8 mm-box--md:margin-top-12 mm-box--sm:margin-bottom-8 mm-box--md:margin-bottom-12 mm-box--padding-4 mm-box--width-full mm-box--background-color-background-default mm-box--rounded-lg"
|
2023-05-19 22:20:15 +02:00
|
|
|
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>
|
|
|
|
`;
|