2023-04-25 23:27:54 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`ModalHeader should render ModalHeader correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="box mm-header-base mm-modal-header box--display-flex box--flex-direction-row box--justify-content-space-between"
|
|
|
|
data-testid="modal-header"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="box box--flex-direction-row box--width-full"
|
|
|
|
>
|
2023-05-09 23:09:10 +02:00
|
|
|
<header
|
2023-07-17 23:00:16 +02:00
|
|
|
class="mm-box mm-text mm-text--heading-sm mm-text--text-align-center mm-box--color-text-default"
|
2023-04-25 23:27:54 +02:00
|
|
|
>
|
|
|
|
Modal header
|
2023-05-09 23:09:10 +02:00
|
|
|
</header>
|
2023-04-25 23:27:54 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|