mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-01 09:49:03 +08:00
fix: test snapshot
This commit is contained in:
parent
8d64bb0316
commit
de5fa5e09c
@ -8,7 +8,7 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
|
|||||||
<input
|
<input
|
||||||
data-testid="input-number"
|
data-testid="input-number"
|
||||||
placeholder="请输入维度大小"
|
placeholder="请输入维度大小"
|
||||||
style="flex: 1;"
|
style="flex: 1 1 0%;"
|
||||||
type="number"
|
type="number"
|
||||||
value="1536"
|
value="1536"
|
||||||
/>
|
/>
|
||||||
@ -43,7 +43,7 @@ exports[`InputEmbeddingDimension > basic rendering > should match snapshot with
|
|||||||
<input
|
<input
|
||||||
data-testid="input-number"
|
data-testid="input-number"
|
||||||
placeholder="请输入维度大小"
|
placeholder="请输入维度大小"
|
||||||
style="flex: 1;"
|
style="flex: 1 1 0%;"
|
||||||
type="number"
|
type="number"
|
||||||
value=""
|
value=""
|
||||||
/>
|
/>
|
||||||
|
|||||||
@ -24,6 +24,7 @@ exports[`Spinner > should match snapshot 1`] = `
|
|||||||
stroke-linecap="round"
|
stroke-linecap="round"
|
||||||
stroke-linejoin="round"
|
stroke-linejoin="round"
|
||||||
stroke-width="2"
|
stroke-width="2"
|
||||||
|
style="color: unset;"
|
||||||
viewBox="0 0 24 24"
|
viewBox="0 0 24 24"
|
||||||
width="16"
|
width="16"
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
xmlns="http://www.w3.org/2000/svg"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user