Skip to content

Commit cc9a62e

Browse files
test(calendar-web): update snapshot
1 parent f529ce8 commit cc9a62e

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__/Calendar.spec.tsx.snap

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,25 @@ exports[`Calendar renders correctly with basic props 1`] = `
2020
>
2121
<button
2222
class="btn btn-default"
23+
type="button"
2324
>
2425
<span
26+
aria-hidden="true"
2527
class="glyphicon glyphicon-backward"
2628
/>
2729
</button>
2830
<button
2931
class="btn btn-default"
32+
type="button"
3033
>
3134
Today
3235
</button>
3336
<button
3437
class="btn btn-default"
38+
type="button"
3539
>
3640
<span
41+
aria-hidden="true"
3742
class="glyphicon glyphicon-forward"
3843
/>
3944
</button>
@@ -52,16 +57,19 @@ exports[`Calendar renders correctly with basic props 1`] = `
5257
>
5358
<button
5459
class="btn btn-default"
60+
type="button"
5561
>
5662
Day
5763
</button>
5864
<button
5965
class="btn btn-default"
66+
type="button"
6067
>
6168
Week
6269
</button>
6370
<button
6471
class="btn btn-default active"
72+
type="button"
6573
>
6674
Month
6775
</button>
@@ -763,20 +771,25 @@ exports[`Calendar renders correctly with basic props 1`] = `
763771
>
764772
<button
765773
class="btn btn-default"
774+
type="button"
766775
>
767776
<span
777+
aria-hidden="true"
768778
class="glyphicon glyphicon-backward"
769779
/>
770780
</button>
771781
<button
772782
class="btn btn-default"
783+
type="button"
773784
>
774785
Today
775786
</button>
776787
<button
777788
class="btn btn-default"
789+
type="button"
778790
>
779791
<span
792+
aria-hidden="true"
780793
class="glyphicon glyphicon-forward"
781794
/>
782795
</button>
@@ -795,16 +808,19 @@ exports[`Calendar renders correctly with basic props 1`] = `
795808
>
796809
<button
797810
class="btn btn-default"
811+
type="button"
798812
>
799813
Day
800814
</button>
801815
<button
802816
class="btn btn-default"
817+
type="button"
803818
>
804819
Week
805820
</button>
806821
<button
807822
class="btn btn-default active"
823+
type="button"
808824
>
809825
Month
810826
</button>

0 commit comments

Comments
 (0)