mirror of https://github.com/vector-im/riot-web
18 lines
369 B
Plaintext
18 lines
369 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"
|
|
tabindex="0"
|
|
>
|
|
<span
|
|
aria-label="Information"
|
|
class="mx_InfoTooltip_icon mx_InfoTooltip_icon_info"
|
|
/>
|
|
Trigger text
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|