mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2025-12-22 00:13:09 +08:00
test(InputEmbeddingDimension): update snapshot after adding button testid
Update test snapshot to reflect changes in the InputEmbeddingDimension component where a testid was added to the button and the data-title attribute was removed
This commit is contained in:
parent
60b7795d16
commit
8e0c96d118
@ -14,10 +14,10 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
|
|||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
data-testid="tooltip"
|
data-testid="tooltip"
|
||||||
data-title="自动设置维度"
|
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Get embedding dimension"
|
aria-label="Get embedding dimension"
|
||||||
|
data-testid="button"
|
||||||
role="button"
|
role="button"
|
||||||
type="button"
|
type="button"
|
||||||
>
|
>
|
||||||
@ -49,10 +49,10 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
|
|||||||
/>
|
/>
|
||||||
<div
|
<div
|
||||||
data-testid="tooltip"
|
data-testid="tooltip"
|
||||||
data-title="自动设置维度"
|
|
||||||
>
|
>
|
||||||
<button
|
<button
|
||||||
aria-label="Get embedding dimension"
|
aria-label="Get embedding dimension"
|
||||||
|
data-testid="button"
|
||||||
disabled=""
|
disabled=""
|
||||||
role="button"
|
role="button"
|
||||||
type="button"
|
type="button"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user