19 lines
		
	
	
		
			393 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			393 B
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`InfoTooltip should show tooltip on hover 1`] = `
 | |
| <DocumentFragment>
 | |
|   <div
 | |
|     aria-describedby="radix-0"
 | |
|     class="mx_InfoTooltip"
 | |
|     data-state="delayed-open"
 | |
|     tabindex="0"
 | |
|   >
 | |
|     <span
 | |
|       aria-label="Information"
 | |
|       class="mx_InfoTooltip_icon mx_InfoTooltip_icon_info"
 | |
|     />
 | |
|     Trigger text
 | |
|   </div>
 | |
| </DocumentFragment>
 | |
| `;
 |