19 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			414 B
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`TextForEvent textForJoinRulesEvent() returns correct JSX message when room join rule changed to restricted 1`] = `
 | |
| <span>
 | |
|   <span>
 | |
|     @a changed who can join this room. 
 | |
|     <AccessibleButton
 | |
|       kind="link_inline"
 | |
|       onClick={[Function]}
 | |
|       role="button"
 | |
|       tabIndex={0}
 | |
|     >
 | |
|       View settings
 | |
|     </AccessibleButton>
 | |
|     .
 | |
|   </span>
 | |
| </span>
 | |
| `;
 |