mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-14 00:41:29 +08:00
7322aa6f5f
This reverts commit 6759887c44
.
244 lines
4.5 KiB
Plaintext
244 lines
4.5 KiB
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`Steps rtl render component should be rendered correctly in RTL direction 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical ant-steps-rtl"
|
|
/>
|
|
`;
|
|
|
|
exports[`Steps should render correct 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process ant-steps-item-active"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
1
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
<div
|
|
class="ant-steps-item-subtitle"
|
|
title="Left 00:00:08"
|
|
>
|
|
Left 00:00:08
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Steps should render correct when use Step 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical"
|
|
>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-process ant-steps-item-active"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
1
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Finished
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
2
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
In Progress
|
|
<div
|
|
class="ant-steps-item-subtitle"
|
|
title="Left 00:00:08"
|
|
>
|
|
Left 00:00:08
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item ant-steps-item-wait"
|
|
>
|
|
<div
|
|
class="ant-steps-item-container"
|
|
>
|
|
<div
|
|
class="ant-steps-item-tail"
|
|
/>
|
|
<div
|
|
class="ant-steps-item-icon"
|
|
>
|
|
<span
|
|
class="ant-steps-icon"
|
|
>
|
|
3
|
|
</span>
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-content"
|
|
>
|
|
<div
|
|
class="ant-steps-item-title"
|
|
>
|
|
Waiting
|
|
</div>
|
|
<div
|
|
class="ant-steps-item-description"
|
|
>
|
|
This is a description.
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
`;
|
|
|
|
exports[`Steps should render correct when use null 1`] = `
|
|
<div
|
|
class="ant-steps ant-steps-vertical"
|
|
/>
|
|
`;
|