2023-04-28 11:01:40 +02:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
exports[`Confirm Remove JWT should render correctly 1`] = `
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
class="modal-container"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="modal-container__header"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="modal-container__header-text"
|
|
|
|
>
|
|
|
|
Remove custodian token?
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="modal-container__header-close"
|
|
|
|
data-testid="modal-header-close"
|
|
|
|
/>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="modal-container__content"
|
|
|
|
>
|
|
|
|
<div
|
|
|
|
class="box confirm-action-jwt__jwt box--padding-2 box--display-flex box--flex-direction-row box--rounded-sm"
|
|
|
|
>
|
|
|
|
...Dce07538D
|
|
|
|
</div>
|
|
|
|
<p
|
|
|
|
class="box mm-text confirm-action-jwt__show-more mm-text--body-md box--margin-left-2 box--flex-direction-row box--color-goerli"
|
|
|
|
>
|
|
|
|
<a
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
>
|
|
|
|
Show more
|
|
|
|
</a>
|
|
|
|
</p>
|
|
|
|
<h6
|
|
|
|
class="box mm-text mm-text--body-sm mm-text--text-align-center box--margin-top-2 box--flex-direction-row box--color-text-default"
|
|
|
|
>
|
|
|
|
Are you sure you want to remove this token? All accounts assigned to this token will be removed from extension as well:
|
|
|
|
</h6>
|
|
|
|
<div
|
|
|
|
class="box confirm-action-jwt__accounts-list box--flex-direction-row"
|
|
|
|
>
|
|
|
|
<div
|
2023-07-13 18:27:49 +02:00
|
|
|
class="mm-box page-container"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
|
|
|
<div
|
2023-07-13 18:27:49 +02:00
|
|
|
class="mm-box page-container__content mm-box--padding-4"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
|
|
|
<div
|
2023-07-13 18:27:49 +02:00
|
|
|
class="mm-box custody-account-list mm-box--display-flex mm-box--flex-direction-column mm-box--width-full"
|
|
|
|
data-testid="custody-account-list"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
|
|
|
<div
|
2023-07-13 18:27:49 +02:00
|
|
|
class="mm-box custody-account-list__item mm-box--display-flex"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
<div
|
|
|
|
class="mm-box mm-box--display-flex mm-box--align-items-flex-start"
|
|
|
|
data-testid="custody-account-list-item-radio-button"
|
|
|
|
/>
|
|
|
|
<div
|
|
|
|
class="mm-box mm-box--margin-left-2 mm-box--display-flex mm-box--flex-direction-column mm-box--width-full"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
<label
|
|
|
|
class="box mm-text mm-label mm-label--html-for custody-account-list__item__title mm-text--body-md mm-text--font-weight-medium box--margin-top-2 box--margin-left-2 box--display-flex box--flex-direction-row box--align-items-center box--color-text-default"
|
|
|
|
for="address-0"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
<span
|
|
|
|
class="box mm-text custody-account-list__item__name mm-text--inherit box--padding-right-1 box--flex-direction-row box--color-text-default"
|
|
|
|
>
|
|
|
|
Test name account
|
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<label
|
|
|
|
class="box mm-text mm-label mm-label--html-for mm-text--body-md mm-text--font-weight-medium box--margin-top-2 box--margin-right-3 box--margin-left-2 box--display-flex box--flex-direction-row box--align-items-center box--color-text-default"
|
|
|
|
for="address-0"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
<span
|
|
|
|
class="box mm-text custody-account-list__item mm-text--body-md box--display-flex box--flex-direction-row box--color-text-default"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
<a
|
|
|
|
class="box mm-text mm-button-base mm-button-link mm-button-link--size-auto mm-text--body-md-medium box--display-inline-flex box--flex-direction-row box--justify-content-center box--align-items-center box--color-primary-default box--background-color-transparent"
|
|
|
|
href="https://etherscan.io/address/0xaD6D458402F60fD3Bd25163575031ACDce07538D"
|
|
|
|
rel="noopener noreferrer"
|
|
|
|
target="_blank"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
|
|
|
<span
|
2023-07-13 18:27:49 +02:00
|
|
|
class="box mm-text mm-text--inherit box--flex-direction-row box--color-primary-default"
|
2023-04-28 11:01:40 +02:00
|
|
|
>
|
2023-07-13 18:27:49 +02:00
|
|
|
0xaD6...538D
|
2023-04-28 11:01:40 +02:00
|
|
|
<span
|
2023-07-13 18:27:49 +02:00
|
|
|
class="box mm-icon mm-icon--size-md box--margin-left-1 box--display-inline-block box--flex-direction-row box--color-primary-default"
|
2023-04-28 11:01:40 +02:00
|
|
|
style="mask-image: url('./images/icons/undefined.svg');"
|
|
|
|
/>
|
2023-07-13 18:27:49 +02:00
|
|
|
</span>
|
|
|
|
</a>
|
|
|
|
<div>
|
|
|
|
<div
|
|
|
|
aria-describedby="tippy-tooltip-1"
|
|
|
|
class=""
|
|
|
|
data-original-title="Copy to clipboard"
|
|
|
|
data-tooltipped=""
|
|
|
|
style="display: inline; background-color: transparent;"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="custody-account-list__item__clipboard"
|
|
|
|
>
|
|
|
|
<span
|
|
|
|
class="box mm-icon mm-icon--size-md box--display-inline-block box--flex-direction-row box--color-icon-muted"
|
|
|
|
style="mask-image: url('./images/icons/undefined.svg');"
|
|
|
|
/>
|
|
|
|
</button>
|
|
|
|
</div>
|
2023-04-28 11:01:40 +02:00
|
|
|
</div>
|
2023-07-13 18:27:49 +02:00
|
|
|
</span>
|
|
|
|
</label>
|
|
|
|
<div
|
|
|
|
class="mm-box mm-box--display-flex mm-box--justify-content-space-between"
|
|
|
|
>
|
|
|
|
<label
|
|
|
|
class="box mm-text mm-label mm-label--html-for mm-text--body-md mm-text--font-weight-medium box--display-flex box--flex-direction-row box--align-items-center box--color-text-default"
|
|
|
|
for="address-0"
|
|
|
|
/>
|
|
|
|
</div>
|
2023-04-28 11:01:40 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="modal-container__footer"
|
|
|
|
>
|
|
|
|
<button
|
|
|
|
class="button btn--rounded btn-secondary modal-container__footer-button"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Nevermind
|
|
|
|
</button>
|
|
|
|
<button
|
|
|
|
class="button btn--rounded btn-primary modal-container__footer-button"
|
|
|
|
role="button"
|
|
|
|
tabindex="0"
|
|
|
|
>
|
|
|
|
Remove
|
|
|
|
</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
`;
|