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:
icarus
2025-11-01 18:31:14 +08:00
parent 60b7795d16
commit 8e0c96d118

View File

@@ -14,10 +14,10 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
/>
<div
data-testid="tooltip"
data-title="自动设置维度"
>
<button
aria-label="Get embedding dimension"
data-testid="button"
role="button"
type="button"
>
@@ -49,10 +49,10 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
/>
<div
data-testid="tooltip"
data-title="自动设置维度"
>
<button
aria-label="Get embedding dimension"
data-testid="button"
disabled=""
role="button"
type="button"