A Metamask fork with Infura removed and default networks editable
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.
ciphermask/ui/components/app/modals/confirm-reset-account/__snapshots__/confirm-reset-account.test....

47 lines
947 B

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Confirm Reset Account should match snapshot 1`] = `
<div>
<div
class="modal-container"
>
<div
class="modal-container__content"
>
<div
class="modal-content"
>
<div
class="modal-content__title"
>
[resetAccount]?
</div>
<div
class="modal-content__description"
>
[resetAccountDescription]
</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-danger-primary modal-container__footer-button"
role="button"
tabindex="0"
>
[reset]
</button>
</div>
</div>
</div>
`;