mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 06:07:06 +01:00
61 lines
1.8 KiB
Plaintext
61 lines
1.8 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Confirm Detail Row Component should match snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
class="confirm-page-container-header"
|
|
data-testid="header-container"
|
|
>
|
|
<div
|
|
class="confirm-page-container-header__row"
|
|
>
|
|
<div
|
|
class="confirm-page-container-header__back-button-container"
|
|
style="visibility: hidden;"
|
|
>
|
|
<span
|
|
class="box mm-icon mm-icon--size-md box--display-inline-block box--flex-direction-row box--color-inherit"
|
|
style="mask-image: url('./images/icons/arrow-left.svg');"
|
|
/>
|
|
<span
|
|
class="confirm-page-container-header__back-button"
|
|
data-testid="confirm-page-back-edit-button"
|
|
>
|
|
Edit
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="network-display chip chip--with-left-icon chip--border-color-border-muted chip--background-color-undefined chip--max-content"
|
|
data-testid="network-display"
|
|
>
|
|
<div
|
|
class="chip__left-icon"
|
|
>
|
|
<div
|
|
class="color-indicator color-indicator--filled color-indicator--color-icon-muted color-indicator--size-lg"
|
|
data-testid="color-icon-icon-muted"
|
|
>
|
|
<i
|
|
class="color-indicator__icon fa fa-question"
|
|
/>
|
|
</div>
|
|
</div>
|
|
<span
|
|
class="box box--margin-top-1 box--margin-bottom-1 box--flex-direction-row typography chip__label typography--h7 typography--weight-normal typography--style-normal typography--color-text-alternative"
|
|
>
|
|
Private network
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Confirm Detail Row Component should only render children when fullscreen and showEdit is false & snapshot match 1`] = `
|
|
<div>
|
|
<div
|
|
class="nested-test-class"
|
|
/>
|
|
</div>
|
|
`;
|