2023-04-05 10:50:30 +02:00
|
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
|
|
|
|
|
exports[`Confirm Add Institutional Feature opens confirm institutional sucessfully 1`] = `
|
|
|
|
|
<div>
|
|
|
|
|
<div
|
|
|
|
|
class="box page-container box--flex-direction-row"
|
|
|
|
|
data-testid="confirm-add-institutional-feature"
|
|
|
|
|
>
|
|
|
|
|
<div
|
|
|
|
|
class="box page-container__header box--flex-direction-row"
|
|
|
|
|
>
|
|
|
|
|
<p
|
|
|
|
|
class="box mm-text page-container__title mm-text--body-md box--flex-direction-row box--color-text-default"
|
|
|
|
|
>
|
|
|
|
|
Institutional Features
|
|
|
|
|
</p>
|
|
|
|
|
<p
|
|
|
|
|
class="box mm-text page-container__subtitle mm-text--body-md box--flex-direction-row box--color-text-default"
|
|
|
|
|
>
|
|
|
|
|
The page at origin would like to authorise the following project’s compliance settings in MetaMask Institutional
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
<div
|
|
|
|
|
class="box page-container__content box--flex-direction-row"
|
|
|
|
|
>
|
|
|
|
|
<p
|
|
|
|
|
class="box mm-text mm-text--body-sm box--margin-top-3 box--margin-right-8 box--margin-left-8 box--flex-direction-row box--color-text-default"
|
|
|
|
|
>
|
|
|
|
|
Project Name
|
|
|
|
|
</p>
|
|
|
|
|
<p
|
|
|
|
|
class="box mm-text mm-text--body-lg-medium mm-text--overflow-wrap-break-word box--margin-top-1 box--margin-right-8 box--margin-bottom-1 box--margin-left-8 box--flex-direction-row box--color-text-default"
|
|
|
|
|
>
|
|
|
|
|
projectName
|
|
|
|
|
</p>
|
|
|
|
|
<p
|
|
|
|
|
class="box mm-text mm-text--body-xs mm-text--overflow-wrap-break-word box--margin-right-8 box--margin-left-8 box--flex-direction-row box--color-text-muted"
|
|
|
|
|
>
|
|
|
|
|
Id
|
|
|
|
|
:
|
|
|
|
|
projectId
|
|
|
|
|
</p>
|
|
|
|
|
</div>
|
|
|
|
|
|
2023-04-14 12:35:58 +02:00
|
|
|
|
<footer
|
|
|
|
|
class="box page-container__footer box--padding-4 box--flex-direction-row"
|
2023-04-05 10:50:30 +02:00
|
|
|
|
>
|
2023-04-14 12:35:58 +02:00
|
|
|
|
<div
|
|
|
|
|
class="box box--display-flex box--gap-4 box--flex-direction-row"
|
|
|
|
|
>
|
2023-04-05 10:50:30 +02:00
|
|
|
|
<button
|
2023-04-14 12:35:58 +02:00
|
|
|
|
class="button btn--rounded btn-secondary"
|
2023-04-05 10:50:30 +02:00
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
Cancel
|
|
|
|
|
</button>
|
|
|
|
|
<button
|
2023-04-14 12:35:58 +02:00
|
|
|
|
class="button btn--rounded btn-primary"
|
2023-04-05 10:50:30 +02:00
|
|
|
|
role="button"
|
|
|
|
|
tabindex="0"
|
|
|
|
|
>
|
|
|
|
|
Confirm
|
|
|
|
|
</button>
|
2023-04-14 12:35:58 +02:00
|
|
|
|
</div>
|
|
|
|
|
</footer>
|
2023-04-05 10:50:30 +02:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
`;
|