test: update list & spin snapshots
parent
532b1d0c48
commit
1c63ab9bd8
|
@ -123,7 +123,11 @@ exports[`renders ./components/list/demo/grid.md correctly 1`] = `
|
|||
exports[`renders ./components/list/demo/infinite-load.md correctly 1`] = `
|
||||
<div infinite-scroll-distance="10" class="demo-infinite-container">
|
||||
<div class="ant-list ant-list-split">
|
||||
<div class="ant-spin ant-spin-show-text"><span class="ant-spin-dot"><i></i><i></i><i></i><i></i></span></div>
|
||||
<div class="ant-spin-nested-loading">
|
||||
<div class="ant-spin-container">
|
||||
<div class="ant-list-empty-text">No data</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
|
|
@ -9,7 +9,7 @@ exports[`renders ./components/spin/demo/basic.md correctly 1`] = `
|
|||
exports[`renders ./components/spin/demo/custom-indicator.md correctly 1`] = `
|
||||
<div>
|
||||
<div class="ant-spin ant-spin-spinning ant-spin-show-text">
|
||||
<i class="anticon anticon-loading anticon-spin" style="font-size: 24px;"></i>
|
||||
<i class="anticon anticon-loading anticon-spin ant-spin-dot" style="font-size: 24px;"></i>
|
||||
</div>
|
||||
</div>
|
||||
`;
|
||||
|
|
Loading…
Reference in New Issue