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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user