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.
43 lines
854 B
43 lines
854 B
2 years ago
|
// 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"
|
||
|
>
|
||
|
<i
|
||
|
class="fa fa-check-circle fa-3x"
|
||
|
/>
|
||
|
<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>
|
||
|
`;
|