mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 09:58:11 +08:00
35 lines
719 B
Plaintext
35 lines
719 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`<EmailIdentityAuthEntry/> should render 1`] = `
|
||
|
<div>
|
||
|
<div
|
||
|
class="mx_InteractiveAuthEntryComponents_emailWrapper"
|
||
|
>
|
||
|
<p>
|
||
|
<span>
|
||
|
To create your account, open the link in the email we just sent to
|
||
|
<b>
|
||
|
alice@example.xyz
|
||
|
</b>
|
||
|
.
|
||
|
</span>
|
||
|
</p>
|
||
|
<p
|
||
|
class="secondary"
|
||
|
>
|
||
|
<span>
|
||
|
Did not receive it?
|
||
|
<div
|
||
|
aria-label="Resend"
|
||
|
class="mx_AccessibleButton mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline"
|
||
|
role="button"
|
||
|
tabindex="0"
|
||
|
>
|
||
|
Resend it
|
||
|
</div>
|
||
|
</span>
|
||
|
</p>
|
||
|
</div>
|
||
|
</div>
|
||
|
`;
|