mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-02 22:24:27 +01:00
0a5c46b156
* Prevent user from editing a contract interaction created by a dapp * Code cleanup * Fix e2e test selector * Fix e2e test * Fix e2e test * Update snapshot
68 lines
2.0 KiB
Plaintext
68 lines
2.0 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;"
|
|
>
|
|
<svg
|
|
fill="currentColor"
|
|
height="24"
|
|
viewBox="0 0 512 512"
|
|
width="24"
|
|
xmlns="http://www.w3.org/2000/svg"
|
|
>
|
|
<path
|
|
d="m335 113c8 8 8 22 0 30l-113 113 113 113c8 8 8 22 0 30-8 8-22 8-30 0l-128-128c-8-8-8-22 0-30l128-128c8-8 22-8 30 0z"
|
|
/>
|
|
</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>
|
|
`;
|