1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-24 11:01:41 +01:00
metamask-extension/ui/pages/unlock-page/__snapshots__/unlock-page.test.js.snap

102 lines
2.5 KiB
Plaintext
Raw Normal View History

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Unlock Page should match snapshot 1`] = `
<div>
<div
class="unlock-page__container"
>
<div
class="unlock-page"
data-testid="unlock-page"
>
<div
class="unlock-page__mascot-container"
>
<div
style="z-index: 0;"
>
<svg />
</div>
</div>
<h1
class="unlock-page__title"
>
Welcome back!
</h1>
<div>
The decentralized web awaits
</div>
<form
class="unlock-page__form"
>
<div
class="MuiFormControl-root MuiTextField-root MuiFormControl-fullWidth"
>
<label
class="MuiFormLabel-root MuiInputLabel-root TextField-materialLabel-1 MuiInputLabel-formControl MuiInputLabel-animated MuiInputLabel-shrink Mui-focused Mui-focused TextField-materialFocused-2"
data-shrink="true"
for="password"
id="password-label"
>
Password
</label>
<div
class="MuiInputBase-root MuiInput-root MuiInput-underline TextField-materialUnderline-3 MuiInputBase-fullWidth MuiInput-fullWidth Mui-focused Mui-focused MuiInputBase-formControl MuiInput-formControl"
>
<input
aria-invalid="false"
autocomplete="current-password"
class="MuiInputBase-input MuiInput-input"
data-testid="unlock-password"
dir="auto"
id="password"
type="password"
value=""
/>
</div>
</div>
</form>
<button
class="button btn--rounded btn-default"
data-testid="unlock-submit"
disabled=""
role="button"
style="margin-top: 20px; height: 60px; font-weight: 400; box-shadow: none; border-radius: 100px;"
tabindex="0"
variant="contained"
>
Unlock
</button>
<div
class="unlock-page__links"
>
<a
class="button btn-link unlock-page__link"
role="button"
tabindex="0"
>
Forgot password?
</a>
</div>
<div
class="unlock-page__support"
>
<span>
Need help? Contact
<a
href="https://support.metamask.io"
rel="noopener noreferrer"
target="_blank"
>
MetaMask support
</a>
</span>
</div>
</div>
</div>
</div>
`;