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.
52 lines
1.1 KiB
52 lines
1.1 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Reject Transactions Model should match snapshot 1`] = `
|
|
<div>
|
|
<div
|
|
class="modal-container"
|
|
>
|
|
<div
|
|
class="modal-container__header"
|
|
>
|
|
<div
|
|
class="modal-container__header-text"
|
|
>
|
|
[rejectTxsN]
|
|
</div>
|
|
<div
|
|
class="modal-container__header-close"
|
|
data-testid="modal-header-close"
|
|
/>
|
|
</div>
|
|
<div
|
|
class="modal-container__content"
|
|
>
|
|
<div>
|
|
<div
|
|
class="reject-transactions__description"
|
|
>
|
|
[rejectTxsDescription]
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="modal-container__footer"
|
|
>
|
|
<button
|
|
class="button btn--rounded btn-secondary modal-container__footer-button"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
[cancel]
|
|
</button>
|
|
<button
|
|
class="button btn--rounded btn-primary modal-container__footer-button"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
[rejectAll]
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|