test: update snapshots for Spinner and Table components to include aria-hidden attribute

This commit is contained in:
kangfenmao 2025-07-24 14:13:54 +08:00
parent a50c411099
commit 3cb5530866
2 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,7 @@ exports[`Spinner > should match snapshot 1`] = `
variants="[object Object]"
>
<svg
aria-hidden="true"
class="lucide lucide-search"
fill="none"
height="16"
@ -29,14 +30,14 @@ exports[`Spinner > should match snapshot 1`] = `
width="16"
xmlns="http://www.w3.org/2000/svg"
>
<path
d="m21 21-4.34-4.34"
/>
<circle
cx="11"
cy="11"
r="8"
/>
<path
d="m21 21-4.3-4.3"
/>
</svg>
<span>
Loading files...

View File

@ -72,6 +72,7 @@ exports[`Table > rendering > should match snapshot 1`] = `
role="button"
>
<svg
aria-hidden="true"
class="lucide lucide-copy"
data-testid="copy-icon"
fill="none"