33 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
			
		
		
	
	
			33 lines
		
	
	
		
			2.1 KiB
		
	
	
	
		
			Plaintext
		
	
	
| // Jest Snapshot v1, https://goo.gl/fbAQLP
 | |
| 
 | |
| exports[`renders ./components/notification/demo/basic.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>`;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/custom-icon.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>`;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/custom-style.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>`;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/duration.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>`;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/placement.md correctly 1`] = `
 | |
| <div>
 | |
|   <div class="ant-select ant-select-enabled ant-select ant-select-enabled" style="width: 120px; margin-right: 10px;">
 | |
|     <div role="combobox" aria-autocomplete="list" aria-haspopup="true" aria-expanded="false" tabindex="0" class="ant-select-selection ant-select-selection--single">
 | |
|       <div class="ant-select-selection__rendered">
 | |
|         <div title="topRight" class="ant-select-selection-selected-value" style="display: block; opacity: 1;">topRight</div>
 | |
|       </div><span unselectable="unselectable" class="ant-select-arrow"><b></b></span></div>
 | |
|   </div>
 | |
|   <button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>
 | |
| </div>
 | |
| `;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/with-btn.md correctly 1`] = `<button type="button" class="ant-btn ant-btn-primary"><span>Open the notification box</span></button>`;
 | |
| 
 | |
| exports[`renders ./components/notification/demo/with-icon.md correctly 1`] = `
 | |
| <div>
 | |
|   <button type="button" class="ant-btn ant-btn-default"><span>Success</span></button>
 | |
|   <button type="button" class="ant-btn ant-btn-default"><span>Info</span></button>
 | |
|   <button type="button" class="ant-btn ant-btn-default"><span>Warning</span></button>
 | |
|   <button type="button" class="ant-btn ant-btn-default"><span>Error</span></button>
 | |
| </div>
 | |
| `;
 |