mirror of https://github.com/vector-im/riot-web
				
				
				
			
		
			
				
	
	
		
			28 lines
		
	
	
		
			663 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			28 lines
		
	
	
		
			663 B
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`<FacePile /> renders with a tooltip 1`] = `
 | |
| <DocumentFragment>
 | |
|   <div
 | |
|     class="mx_AccessibleButton mx_FacePile mx_AccessibleButton_hasKind mx_AccessibleButton_kind_link_inline"
 | |
|     data-state="closed"
 | |
|     role="button"
 | |
|     tabindex="0"
 | |
|   >
 | |
|     <div
 | |
|       class="_stacked-avatars_1o69u_120"
 | |
|     >
 | |
|       <span
 | |
|         class="_avatar_1o69u_17 mx_BaseAvatar _avatar-imageless_1o69u_60"
 | |
|         data-color="8"
 | |
|         data-testid="avatar-img"
 | |
|         data-type="round"
 | |
|         role="presentation"
 | |
|         style="--cpd-avatar-size: 36px;"
 | |
|       >
 | |
|         4
 | |
|       </span>
 | |
|     </div>
 | |
|   </div>
 | |
| </DocumentFragment>
 | |
| `;
 |