mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-02 18:39:06 +08:00
test: update snapshots for Spinner and Table components to include aria-hidden attribute
This commit is contained in:
parent
a50c411099
commit
3cb5530866
@ -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...
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user