Skip to content

Commit 8d45ac4

Browse files
committed
Update test snapshots
1 parent 31b0bd2 commit 8d45ac4

File tree

11 files changed

+214
-247
lines changed

11 files changed

+214
-247
lines changed

packages/antd/test/__snapshots__/Form.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6560,7 +6560,7 @@ exports[`single fields checkbox field with description in schema and FieldTempla
65606560
<span
65616561
id="root__description"
65626562
>
6563-
This is a field template description
6563+
This is a checkbox description
65646564
</span>
65656565
</div>
65666566
</div>
@@ -19651,7 +19651,7 @@ exports[`single fields radio widget with description in schema and FieldTemplate
1965119651
<span
1965219652
id="root__description"
1965319653
>
19654-
This is a field template description
19654+
This is a radio description
1965519655
</span>
1965619656
</div>
1965719657
</div>
@@ -21722,7 +21722,7 @@ exports[`single fields select widget with description in schema and FieldTemplat
2172221722
<span
2172321723
id="root__description"
2172421724
>
21725-
This is a field template description
21725+
This is a select description
2172621726
</span>
2172721727
</div>
2172821728
</div>

packages/chakra-ui/test/__snapshots__/Form.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10222,7 +10222,7 @@ exports[`single fields checkbox field with description in schema and FieldTempla
1022210222
className="emotion-2"
1022310223
id="root__description"
1022410224
>
10225-
This is a field template description
10225+
This is a checkbox description
1022610226
</sup>
1022710227
</legend>
1022810228
<div
@@ -26581,7 +26581,7 @@ exports[`single fields radio widget with description in schema and FieldTemplate
2658126581
className="emotion-2"
2658226582
id="root__description"
2658326583
>
26584-
This is a field template description
26584+
This is a radio description
2658526585
</sup>
2658626586
</legend>
2658726587
<div
@@ -34830,7 +34830,7 @@ exports[`single fields select widget with description in schema and FieldTemplat
3483034830
className="emotion-2"
3483134831
id="root__description"
3483234832
>
34833-
This is a field template description
34833+
This is a select description
3483434834
</sup>
3483534835
</legend>
3483634836
<div

packages/core/test/__snapshots__/FormSnap.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,7 +2117,7 @@ exports[`single fields checkbox field with description in schema and FieldTempla
21172117
className="field-description"
21182118
id="root__description"
21192119
>
2120-
This is a field template description
2120+
This is a checkbox description
21212121
</div>
21222122
<div
21232123
className="checkbox "
@@ -5939,7 +5939,7 @@ exports[`single fields radio widget with description in schema and FieldTemplate
59395939
className="field-description"
59405940
id="root__description"
59415941
>
5942-
This is a field template description
5942+
This is a radio description
59435943
</div>
59445944
<div
59455945
className="field-radio-group"
@@ -6824,7 +6824,7 @@ exports[`single fields select widget with description in schema and FieldTemplat
68246824
className="field-description"
68256825
id="root__description"
68266826
>
6827-
This is a field template description
6827+
This is a select description
68286828
</div>
68296829
<select
68306830
aria-describedby="root__error root__description root__help"

packages/daisyui/test/__snapshots__/Form.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4201,7 +4201,7 @@ exports[`single fields checkbox field with description in schema and FieldTempla
42014201
<div
42024202
className="text-sm text-base-content/80"
42034203
>
4204-
This is a field template description
4204+
This is a checkbox description
42054205
</div>
42064206
</div>
42074207
<label

packages/fluentui-rc/test/__snapshots__/Form.test.tsx.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3405,7 +3405,7 @@ exports[`single fields checkbox field with description in schema and FieldTempla
34053405
className="fui-Text ___6s2bv30_bwsv0h0 fk6fouc fkhj508 f1i3iumi figsok6 fpgzoln ftgm304 f6juhto f1gl81tg f2jf649 frnwi6n f18zxyen"
34063406
id="root__description"
34073407
>
3408-
This is a field template description
3408+
This is a checkbox description
34093409
</span>
34103410
<span
34113411
className="fui-Checkbox r1q22k1j ___1v6wcsu_941lme0 f3p8bqa fium13f f1r2dosr f1729es6"
@@ -9994,7 +9994,7 @@ exports[`single fields radio widget with description in schema and FieldTemplate
99949994
className="fui-Text ___6s2bv30_bwsv0h0 fk6fouc fkhj508 f1i3iumi figsok6 fpgzoln ftgm304 f6juhto f1gl81tg f2jf649 frnwi6n f18zxyen"
99959995
id="root__description"
99969996
>
9997-
This is a field template description
9997+
This is a radio description
99989998
</span>
99999999
</p>
1000010000
</div>
@@ -11219,7 +11219,7 @@ exports[`single fields select widget with description in schema and FieldTemplat
1121911219
className="fui-Text ___6s2bv30_bwsv0h0 fk6fouc fkhj508 f1i3iumi figsok6 fpgzoln ftgm304 f6juhto f1gl81tg f2jf649 frnwi6n f18zxyen"
1122011220
id="root__description"
1122111221
>
11222-
This is a field template description
11222+
This is a select description
1122311223
</span>
1122411224
</p>
1122511225
</div>

0 commit comments

Comments
 (0)