element-web-Github/test/components/views/elements/__snapshots__/InfoTooltip-test.tsx.snap
2024-04-15 16:56:54 +02:00

19 lines
391 B
Plaintext

// 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"
data-state="open"
tabindex="0"
>
<span
aria-label="Information"
class="mx_InfoTooltip_icon mx_InfoTooltip_icon_info"
/>
Trigger text
</div>
</DocumentFragment>
`;