2022-10-11 19:54:50 +02:00
|
|
|
// 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"
|
|
|
|
>
|
2023-02-23 14:19:28 +01:00
|
|
|
<span
|
|
|
|
class="box mm-icon mm-icon--size-xl box--display-inline-block box--flex-direction-row box--color-success-default"
|
|
|
|
style="mask-image: url('./images/icons/check.svg');"
|
2022-10-11 19:54:50 +02:00
|
|
|
/>
|
|
|
|
<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>
|
|
|
|
`;
|