2017-03-17 18:56:30 +08:00
|
|
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/back-top/demo/basic.tsx correctly 1`] = `
|
2020-04-01 17:38:21 +08:00
|
|
|
Array [
|
|
|
|
<div
|
|
|
|
class="ant-back-top"
|
|
|
|
/>,
|
2022-10-08 16:17:20 +08:00
|
|
|
Scroll down to see the bottom-right,
|
2016-11-22 14:28:05 +08:00
|
|
|
<strong
|
2019-12-26 15:15:46 +08:00
|
|
|
class="site-back-top-basic"
|
2017-03-17 18:56:30 +08:00
|
|
|
>
|
2022-09-28 17:29:47 +08:00
|
|
|
gray
|
2020-04-01 17:38:21 +08:00
|
|
|
</strong>,
|
2022-10-08 16:17:20 +08:00
|
|
|
button.,
|
2020-04-01 17:38:21 +08:00
|
|
|
]
|
2016-11-22 14:28:05 +08:00
|
|
|
`;
|
|
|
|
|
2023-03-10 11:50:12 +08:00
|
|
|
exports[`renders components/back-top/demo/custom.tsx correctly 1`] = `
|
2020-04-01 17:38:21 +08:00
|
|
|
<div
|
2022-10-08 16:17:20 +08:00
|
|
|
style="height:600vh;padding:8px"
|
2020-04-01 17:38:21 +08:00
|
|
|
>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div>
|
|
|
|
Scroll to bottom
|
|
|
|
</div>
|
|
|
|
<div
|
|
|
|
class="ant-back-top"
|
|
|
|
/>
|
2016-11-22 14:28:05 +08:00
|
|
|
</div>
|
|
|
|
`;
|