mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
44 lines
986 B
Plaintext
44 lines
986 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Transaction Confirmed should match snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
class="modal-container"
|
|
>
|
|
<div
|
|
class="modal-container__content"
|
|
>
|
|
<div
|
|
class="transaction-confirmed__content"
|
|
>
|
|
<span
|
|
class="mm-box mm-icon mm-icon--size-xl mm-box--display-inline-block mm-box--color-success-default"
|
|
style="mask-image: url('./images/icons/check.svg');"
|
|
/>
|
|
<div
|
|
class="transaction-confirmed__title"
|
|
>
|
|
[confirmed]!
|
|
</div>
|
|
<div
|
|
class="transaction-confirmed__description"
|
|
>
|
|
[initialTransactionConfirmed]
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="modal-container__footer"
|
|
>
|
|
<button
|
|
class="button btn--rounded btn-primary modal-container__footer-button"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
[ok]
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|