mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
1ecf241a9f
* Rename reset account settings Fix snapshot Update snapshots Fix e2e tests Fix e2e tests * Rename reset-account e2e test to clear-activity e2e test
47 lines
949 B
Plaintext
47 lines
949 B
Plaintext
// 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"
|
|
>
|
|
[clearActivity]?
|
|
</div>
|
|
<div
|
|
class="modal-content__description"
|
|
>
|
|
[clearActivityDescription]
|
|
</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"
|
|
>
|
|
[clear]
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|