mirror of
https://github.com/element-hq/element-web
synced 2024-11-25 10:45:51 +03:00
f8e040a890
* Update `@vector-im/compound-web` * Update snapshots * Update jest snapshotss * Update snapshots
17 lines
369 B
Text
17 lines
369 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`InfoTooltip should show tooltip on hover 1`] = `
|
|
<DocumentFragment>
|
|
<div
|
|
aria-describedby="floating-ui-2"
|
|
class="mx_InfoTooltip"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
aria-label="Information"
|
|
class="mx_InfoTooltip_icon mx_InfoTooltip_icon_info"
|
|
/>
|
|
Trigger text
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|