mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
17 lines
620 B
Plaintext
17 lines
620 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`ModalContent should match snapshot 1`] = `
|
|
<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"
|
|
>
|
|
test
|
|
</section>
|
|
</div>
|
|
`;
|