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.
46 lines
947 B
46 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>
|
|
`;
|
|
|