mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
21 lines
567 B
Plaintext
21 lines
567 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`PopoverHeader should render PopoverHeader correctly 1`] = `
|
|
<div>
|
|
<div
|
|
class="box mm-header-base mm-popover-header box--display-flex box--flex-direction-row box--justify-content-space-between"
|
|
data-testid="popover-header"
|
|
>
|
|
<div
|
|
class="box box--flex-direction-row box--width-full"
|
|
>
|
|
<h4
|
|
class="box mm-text mm-text--heading-sm mm-text--text-align-center box--flex-direction-row box--color-text-default"
|
|
>
|
|
PopoverHeader
|
|
</h4>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|