mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-23 18:41:38 +01:00
99 lines
3.8 KiB
Plaintext
99 lines
3.8 KiB
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Multi layer fee message should match snapshot 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="multi-layer-fee-message"
|
||
|
>
|
||
|
<div
|
||
|
class="transaction-detail-item"
|
||
|
>
|
||
|
<div
|
||
|
class="transaction-detail-item__row"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--display-flex box--flex-direction-row box--flex-wrap-nowrap box--align-items-center typography typography--h6 typography--weight-bold typography--style-normal typography--color-text-default"
|
||
|
>
|
||
|
Layer 1 fees
|
||
|
</h6>
|
||
|
<div
|
||
|
class="transaction-detail-item__detail-values"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography typography--h6 typography--weight-normal typography--style-normal typography--color-text-alternative"
|
||
|
>
|
||
|
Unknown
|
||
|
</h6>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--margin-left-1 box--flex-direction-row box--text-align-right typography typography--h6 typography--weight-bold typography--style-normal typography--color-text-default"
|
||
|
>
|
||
|
Unknown
|
||
|
</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="transaction-detail-item__row"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography typography--h7 typography--weight-normal typography--style-normal typography--color-text-alternative"
|
||
|
/>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography transaction-detail-item__row-subText typography--h7 typography--weight-normal typography--style-normal typography--align-end typography--color-text-alternative"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="transaction-detail-item"
|
||
|
>
|
||
|
<div
|
||
|
class="transaction-detail-item__row"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--display-flex box--flex-direction-row box--flex-wrap-nowrap box--align-items-center typography typography--h6 typography--weight-bold typography--style-normal typography--color-text-default"
|
||
|
>
|
||
|
Total
|
||
|
</h6>
|
||
|
<div
|
||
|
class="transaction-detail-item__detail-values"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography typography--h6 typography--weight-normal typography--style-normal typography--color-text-alternative"
|
||
|
>
|
||
|
<div
|
||
|
class="currency-display-component"
|
||
|
title="$0.56"
|
||
|
>
|
||
|
<span
|
||
|
class="currency-display-component__prefix"
|
||
|
/>
|
||
|
<span
|
||
|
class="currency-display-component__text"
|
||
|
>
|
||
|
$0.56
|
||
|
</span>
|
||
|
</div>
|
||
|
</h6>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--margin-left-1 box--flex-direction-row box--text-align-right typography typography--h6 typography--weight-bold typography--style-normal typography--color-text-default"
|
||
|
>
|
||
|
0.001000021000 ETH
|
||
|
</h6>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div
|
||
|
class="transaction-detail-item__row"
|
||
|
>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography typography--h7 typography--weight-normal typography--style-normal typography--color-text-alternative"
|
||
|
>
|
||
|
Amount + fees
|
||
|
</h6>
|
||
|
<h6
|
||
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography transaction-detail-item__row-subText typography--h7 typography--weight-normal typography--style-normal typography--align-end typography--color-text-alternative"
|
||
|
/>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|