mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-15 09:21:22 +08:00
62 lines
770 B
Plaintext
62 lines
770 B
Plaintext
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`Tour Primary 1`] = `
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Cover
|
||
|
</button>
|
||
|
`;
|
||
|
|
||
|
exports[`Tour basic 1`] = `
|
||
|
<div>
|
||
|
<button
|
||
|
type="button"
|
||
|
>
|
||
|
Show
|
||
|
</button>
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Cover
|
||
|
</button>
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Placement
|
||
|
</button>
|
||
|
</div>
|
||
|
`;
|
||
|
|
||
|
exports[`Tour rtl render component should be rendered correctly in RTL direction 1`] = `null`;
|
||
|
|
||
|
exports[`Tour single 1`] = `
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Cover
|
||
|
</button>
|
||
|
`;
|
||
|
|
||
|
exports[`Tour steps is empty 1`] = `
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Cover
|
||
|
</button>
|
||
|
`;
|
||
|
|
||
|
exports[`Tour steps props stepRender 1`] = `
|
||
|
<button
|
||
|
disabled=""
|
||
|
type="button"
|
||
|
>
|
||
|
Cover
|
||
|
</button>
|
||
|
`;
|