You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
66 lines
1.9 KiB
66 lines
1.9 KiB
// 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"
|
|
>
|
|
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>
|
|
`;
|
|
|