mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-29 07:16:36 +01:00
103 lines
3.1 KiB
Plaintext
103 lines
3.1 KiB
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`SignatureRequestHeader should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="box network-account-balance-header box--padding-4 box--display-flex box--flex-direction-row box--justify-content-space-between box--align-items-center"
|
||
|
>
|
||
|
<div
|
||
|
class="box box--display-flex box--gap-2 box--flex-direction-row box--align-items-center"
|
||
|
>
|
||
|
<div
|
||
|
class="box box--display-flex box--flex-direction-row box--align-items-center"
|
||
|
>
|
||
|
<div
|
||
|
class=""
|
||
|
>
|
||
|
<div
|
||
|
class="identicon"
|
||
|
style="height: 32px; width: 32px; border-radius: 16px;"
|
||
|
>
|
||
|
<div
|
||
|
style="border-radius: 50px; overflow: hidden; padding: 0px; margin: 0px; width: 32px; height: 32px; display: inline-block; background: rgb(250, 58, 0);"
|
||
|
>
|
||
|
<svg
|
||
|
height="32"
|
||
|
width="32"
|
||
|
x="0"
|
||
|
y="0"
|
||
|
>
|
||
|
<rect
|
||
|
fill="#18CDF2"
|
||
|
height="32"
|
||
|
transform="translate(-1.04839350379394 -3.3042840694604987) rotate(328.9 16 16)"
|
||
|
width="32"
|
||
|
x="0"
|
||
|
y="0"
|
||
|
/>
|
||
|
<rect
|
||
|
fill="#035E56"
|
||
|
height="32"
|
||
|
transform="translate(-18.298461708832043 10.5924618717486) rotate(176.2 16 16)"
|
||
|
width="32"
|
||
|
x="0"
|
||
|
y="0"
|
||
|
/>
|
||
|
<rect
|
||
|
fill="#F26602"
|
||
|
height="32"
|
||
|
transform="translate(16.667842018223922 -14.205139722997082) rotate(468.9 16 16)"
|
||
|
width="32"
|
||
|
x="0"
|
||
|
y="0"
|
||
|
/>
|
||
|
</svg>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="network-account-balance-header__network-account__ident-icon-ethereum--gray"
|
||
|
>
|
||
|
<span
|
||
|
class="icon-with-fallback__fallback"
|
||
|
>
|
||
|
U
|
||
|
</span>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="box box--display-flex box--flex-direction-column box--align-items-flex-start"
|
||
|
>
|
||
|
<h6
|
||
|
class="box mm-text mm-text--body-sm box--flex-direction-row box--color-text-alternative"
|
||
|
>
|
||
|
Unknown private network
|
||
|
</h6>
|
||
|
<h6
|
||
|
class="box mm-text mm-text--body-sm mm-text--font-weight-bold box--flex-direction-row box--color-text-default"
|
||
|
>
|
||
|
Test Account
|
||
|
</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="box box--display-flex box--flex-direction-column box--align-items-flex-end"
|
||
|
>
|
||
|
<h6
|
||
|
class="box mm-text mm-text--body-sm box--flex-direction-row box--color-text-alternative"
|
||
|
>
|
||
|
Balance
|
||
|
</h6>
|
||
|
<h6
|
||
|
align="end"
|
||
|
class="box mm-text mm-text--body-sm mm-text--font-weight-bold box--flex-direction-row box--color-text-default"
|
||
|
>
|
||
|
966.987986
|
||
|
|
||
|
ETH
|
||
|
</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|