mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-12 18:39:19 +00:00
62 lines
1.1 KiB
Plaintext
62 lines
1.1 KiB
Plaintext
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
|
|
|
|
exports[`RaisedHandIndicator > renders a smaller indicator when miniature is specified 1`] = `
|
|
<div
|
|
class="_reactionIndicatorWidget_abd277"
|
|
>
|
|
<div
|
|
class="_reaction_abd277"
|
|
>
|
|
<span
|
|
aria-label="Reaction"
|
|
role="img"
|
|
>
|
|
✋
|
|
</span>
|
|
</div>
|
|
<p>
|
|
00:00
|
|
</p>
|
|
</div>
|
|
`;
|
|
|
|
exports[`RaisedHandIndicator > renders an indicator when a hand has been raised 1`] = `
|
|
<div
|
|
class="_reactionIndicatorWidget_abd277 _reactionIndicatorWidgetLarge_abd277"
|
|
>
|
|
<div
|
|
class="_reaction_abd277 _reactionLarge_abd277"
|
|
>
|
|
<span
|
|
aria-label="Reaction"
|
|
role="img"
|
|
>
|
|
✋
|
|
</span>
|
|
</div>
|
|
<p>
|
|
00:00
|
|
</p>
|
|
</div>
|
|
`;
|
|
|
|
exports[`RaisedHandIndicator > renders an indicator when a hand has been raised with the expected time 1`] = `
|
|
<div
|
|
class="_reactionIndicatorWidget_abd277 _reactionIndicatorWidgetLarge_abd277"
|
|
>
|
|
<div
|
|
class="_reaction_abd277 _reactionLarge_abd277"
|
|
>
|
|
<span
|
|
aria-label="Reaction"
|
|
role="img"
|
|
>
|
|
✋
|
|
</span>
|
|
</div>
|
|
<p>
|
|
01:00
|
|
</p>
|
|
</div>
|
|
`;
|