mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-25 18:08:14 +08:00
3bd6dd9143
* Update vector-im * Update snapshots --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Michael Telatynski <7t3chguy@gmail.com>
28 lines
663 B
Plaintext
28 lines
663 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`<FacePile /> renders with a tooltip 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
class="mx_AccessibleButton mx_FacePile mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline"
|
|
data-state="closed"
|
|
role="button"
|
|
tabindex="0"
|
|
>
|
|
<div
|
|
class="_stacked-avatars_1o69u_120"
|
|
>
|
|
<span
|
|
class="_avatar_1o69u_17 mx_BaseAvatar _avatar-imageless_1o69u_60"
|
|
data-color="8"
|
|
data-testid="avatar-img"
|
|
data-type="round"
|
|
role="presentation"
|
|
style="--cpd-avatar-size: 36px;"
|
|
>
|
|
4
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|