Skip to content

Commit dcb012d

Browse files
test: update snapshots after numeric input fix
1 parent 9ffd3fa commit dcb012d

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

test/__snapshots__/Storybook.test.tsx.snap

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25163,6 +25163,7 @@ exports[`Stories Snapshots Documentazione/Form/Input EsempiDiCampiDiInput 1`] =
2516325163
>
2516425164
<button
2516525165
class="input-number-add"
25166+
type="button"
2516625167
>
2516725168
<span
2516825169
class="visually-hidden"
@@ -25172,6 +25173,7 @@ exports[`Stories Snapshots Documentazione/Form/Input EsempiDiCampiDiInput 1`] =
2517225173
</button>
2517325174
<button
2517425175
class="input-number-sub"
25176+
type="button"
2517525177
>
2517625178
<span
2517725179
class="visually-hidden"
@@ -25606,6 +25608,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoDimens
2560625608
>
2560725609
<button
2560825610
class="input-number-add"
25611+
type="button"
2560925612
>
2561025613
<span
2561125614
class="visually-hidden"
@@ -25615,6 +25618,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoDimens
2561525618
</button>
2561625619
<button
2561725620
class="input-number-sub"
25621+
type="button"
2561825622
>
2561925623
<span
2562025624
class="visually-hidden"
@@ -25655,6 +25659,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoDimens
2565525659
>
2565625660
<button
2565725661
class="input-number-add"
25662+
type="button"
2565825663
>
2565925664
<span
2566025665
class="visually-hidden"
@@ -25664,6 +25669,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoDimens
2566425669
</button>
2566525670
<button
2566625671
class="input-number-sub"
25672+
type="button"
2566725673
>
2566825674
<span
2566925675
class="visually-hidden"
@@ -25707,13 +25713,15 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoDisabi
2570725713
>
2570825714
<button
2570925715
class="input-number-add"
25716+
type="button"
2571025717
>
2571125718
<span
2571225719
class="visually-hidden"
2571325720
/>
2571425721
</button>
2571525722
<button
2571625723
class="input-number-sub"
25724+
type="button"
2571725725
>
2571825726
<span
2571925727
class="visually-hidden"
@@ -25760,6 +25768,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoPercen
2576025768
>
2576125769
<button
2576225770
class="input-number-add"
25771+
type="button"
2576325772
>
2576425773
<span
2576525774
class="visually-hidden"
@@ -25769,6 +25778,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoPercen
2576925778
</button>
2577025779
<button
2577125780
class="input-number-sub"
25781+
type="button"
2577225782
>
2577325783
<span
2577425784
class="visually-hidden"
@@ -25813,6 +25823,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoRidime
2581325823
>
2581425824
<button
2581525825
class="input-number-add"
25826+
type="button"
2581625827
>
2581725828
<span
2581825829
class="visually-hidden"
@@ -25822,6 +25833,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoRidime
2582225833
</button>
2582325834
<button
2582425835
class="input-number-sub"
25836+
type="button"
2582525837
>
2582625838
<span
2582725839
class="visually-hidden"
@@ -25866,6 +25878,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoSteps
2586625878
>
2586725879
<button
2586825880
class="input-number-add"
25881+
type="button"
2586925882
>
2587025883
<span
2587125884
class="visually-hidden"
@@ -25875,6 +25888,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoSteps
2587525888
</button>
2587625889
<button
2587725890
class="input-number-sub"
25891+
type="button"
2587825892
>
2587925893
<span
2588025894
class="visually-hidden"
@@ -25924,6 +25938,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoValuta
2592425938
>
2592525939
<button
2592625940
class="input-number-add"
25941+
type="button"
2592725942
>
2592825943
<span
2592925944
class="visually-hidden"
@@ -25933,6 +25948,7 @@ exports[`Stories Snapshots Documentazione/Form/InputNumerico InputNumericoValuta
2593325948
</button>
2593425949
<button
2593525950
class="input-number-sub"
25951+
type="button"
2593625952
>
2593725953
<span
2593825954
class="visually-hidden"
@@ -28039,13 +28055,15 @@ exports[`Stories Snapshots Documentazione/Form/Validazione ValidazioneCompleta 1
2803928055
>
2804028056
<button
2804128057
class="input-number-add"
28058+
type="button"
2804228059
>
2804328060
<span
2804428061
class="visually-hidden"
2804528062
/>
2804628063
</button>
2804728064
<button
2804828065
class="input-number-sub"
28066+
type="button"
2804928067
>
2805028068
<span
2805128069
class="visually-hidden"

0 commit comments

Comments
 (0)