mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-01 21:57:06 +01:00
bf61322ee1
* Updating import paths * Updating snapshots * Fixing lint issues * Updating snapshots
53 lines
2.0 KiB
Plaintext
53 lines
2.0 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`LedgerInstructionField Component rendering should render properly with data instruction 1`] = `
|
|
<div>
|
|
<div>
|
|
<div
|
|
class="confirm-detail-row"
|
|
>
|
|
<div
|
|
class="box mm-banner-base mm-banner-alert mm-banner-alert--severity-info box--padding-3 box--padding-left-2 box--display-flex box--gap-2 box--flex-direction-row box--background-color-primary-muted box--rounded-sm"
|
|
>
|
|
<span
|
|
class="box mm-icon mm-icon--size-lg box--display-inline-block box--flex-direction-row box--color-primary-default"
|
|
style="mask-image: url('./images/icons/info.svg');"
|
|
/>
|
|
<div>
|
|
<div
|
|
class="ledger-live-dialog"
|
|
>
|
|
<h6
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
|
>
|
|
Prior to clicking confirm:
|
|
</h6>
|
|
<h6
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
|
>
|
|
• Be sure your Ledger is plugged in and to select the Ethereum app.
|
|
</h6>
|
|
<h6
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
|
>
|
|
• Enable "smart contract data" or "blind signing" on your Ledger device.
|
|
</h6>
|
|
<h6
|
|
class="mm-box mm-text mm-text--body-md mm-box--color-text-default"
|
|
>
|
|
<span>
|
|
<button
|
|
class="mm-box mm-text mm-button-base mm-button-link mm-button-link--size-auto mm-text--body-md-medium mm-text--text-align-left mm-box--padding-right-0 mm-box--padding-left-0 mm-box--display-inline-flex mm-box--justify-content-center mm-box--align-items-center mm-box--color-primary-default mm-box--background-color-transparent"
|
|
>
|
|
Go to full screen to connect your Ledger.
|
|
</button>
|
|
</span>
|
|
</h6>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|