test: update snap

This commit is contained in:
栗嘉男 2023-08-21 00:26:32 +08:00
parent 7fe4d4e844
commit f91bc7baa4
2 changed files with 50 additions and 42 deletions

View File

@ -1444,16 +1444,18 @@ exports[`renders components/badge/demo/component-token.tsx extend context correc
data-show="true"
title="5"
>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
5
<span
class="ant-scroll-number-only-unit current"
>
5
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
@ -1469,26 +1471,28 @@ exports[`renders components/badge/demo/component-token.tsx extend context correc
data-show="true"
title="26"
>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
2
<span
class="ant-scroll-number-only-unit current"
>
2
</span>
</span>
</span>
<span
class="ant-scroll-number-only"
style="transition: none;"
>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition: none;"
>
6
<span
class="ant-scroll-number-only-unit current"
>
6
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>

View File

@ -1437,16 +1437,18 @@ exports[`renders components/badge/demo/component-token.tsx correctly 1`] = `
data-show="true"
title="5"
>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
5
<span
class="ant-scroll-number-only-unit current"
>
5
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>
@ -1462,26 +1464,28 @@ exports[`renders components/badge/demo/component-token.tsx correctly 1`] = `
data-show="true"
title="26"
>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<bdi>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
2
<span
class="ant-scroll-number-only-unit current"
>
2
</span>
</span>
</span>
<span
class="ant-scroll-number-only"
style="transition:none"
>
<span
class="ant-scroll-number-only-unit current"
class="ant-scroll-number-only"
style="transition:none"
>
6
<span
class="ant-scroll-number-only-unit current"
>
6
</span>
</span>
</span>
</bdi>
</sup>
</span>
</div>