22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			1.2 KiB
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`Popconfirm should show overlay when trigger is clicked 1`] = `
 | |
| <div class="ant-popover-content">
 | |
|   <div class="ant-popover-arrow">
 | |
|     <!---->
 | |
|   </div>
 | |
|   <div class="ant-popover-inner" role="tooltip">
 | |
|     <div class="ant-popover-inner-content">
 | |
|       <div class="ant-popover-message"><span role="img" aria-label="exclamation-circle" class="anticon anticon-exclamation-circle"><svg class="" data-icon="exclamation-circle" width="1em" height="1em" fill="currentColor" aria-hidden="true" viewBox="64 64 896 896" focusable="false"><path d="M512 64C264.6 64 64 264.6 64 512s200.6 448 448 448 448-200.6 448-448S759.4 64 512 64zm-32 232c0-4.4 3.6-8 8-8h48c4.4 0 8 3.6 8 8v272c0 4.4-3.6 8-8 8h-48c-4.4 0-8-3.6-8-8V296zm32 440a48.01 48.01 0 010-96 48.01 48.01 0 010 96z"></path></svg></span>
 | |
|         <div class="ant-popover-message-title">code</div>
 | |
|       </div>
 | |
|       <div class="ant-popover-buttons"><button class="ant-btn ant-btn-sm" type="button">
 | |
|           <!----><span>Cancel</span>
 | |
|         </button><button class="ant-btn ant-btn-primary ant-btn-sm" type="button">
 | |
|           <!----><span>OK</span>
 | |
|         </button></div>
 | |
|     </div>
 | |
|   </div>
 | |
| </div>
 | |
| `;
 |