mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 11:08:45 +08:00
Add spin demo test snapshot
This commit is contained in:
parent
7f7d94068a
commit
793a2d284e
@ -11,6 +11,36 @@ exports[`test renders ./components/spin/demo/basic.md correctly 1`] = `
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`test renders ./components/spin/demo/delayAndDebounce.md correctly 1`] = `
|
||||
<div>
|
||||
<div
|
||||
class="ant-spin-nested-loading">
|
||||
<div
|
||||
class="ant-spin-container">
|
||||
<div
|
||||
class="ant-alert ant-alert-info ant-alert-with-description ant-alert-no-icon"
|
||||
data-show="true">
|
||||
<span
|
||||
class="ant-alert-message">
|
||||
Alert message title
|
||||
</span>
|
||||
<span
|
||||
class="ant-alert-description">
|
||||
Further details about the context of this alert.
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading state:
|
||||
<span
|
||||
class="ant-switch"
|
||||
tabindex="0">
|
||||
<span
|
||||
class="ant-switch-inner" />
|
||||
</span>
|
||||
</div>
|
||||
`;
|
||||
|
||||
exports[`test renders ./components/spin/demo/inside.md correctly 1`] = `
|
||||
<div
|
||||
class="example">
|
||||
|
Loading…
Reference in New Issue
Block a user