File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
packages/pluggableWidgets/calendar-web/src/__tests__/__snapshots__ Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -20,20 +20,25 @@ exports[`Calendar renders correctly with basic props 1`] = `
20
20
>
21
21
<button
22
22
class = " btn btn-default"
23
+ type = " button"
23
24
>
24
25
<span
26
+ aria-hidden = " true"
25
27
class = " glyphicon glyphicon-backward"
26
28
/>
27
29
</button >
28
30
<button
29
31
class = " btn btn-default"
32
+ type = " button"
30
33
>
31
34
Today
32
35
</button >
33
36
<button
34
37
class = " btn btn-default"
38
+ type = " button"
35
39
>
36
40
<span
41
+ aria-hidden = " true"
37
42
class = " glyphicon glyphicon-forward"
38
43
/>
39
44
</button >
@@ -52,16 +57,19 @@ exports[`Calendar renders correctly with basic props 1`] = `
52
57
>
53
58
<button
54
59
class = " btn btn-default"
60
+ type = " button"
55
61
>
56
62
Day
57
63
</button >
58
64
<button
59
65
class = " btn btn-default"
66
+ type = " button"
60
67
>
61
68
Week
62
69
</button >
63
70
<button
64
71
class = " btn btn-default active"
72
+ type = " button"
65
73
>
66
74
Month
67
75
</button >
@@ -763,20 +771,25 @@ exports[`Calendar renders correctly with basic props 1`] = `
763
771
>
764
772
<button
765
773
class = " btn btn-default"
774
+ type = " button"
766
775
>
767
776
<span
777
+ aria-hidden = " true"
768
778
class = " glyphicon glyphicon-backward"
769
779
/>
770
780
</button >
771
781
<button
772
782
class = " btn btn-default"
783
+ type = " button"
773
784
>
774
785
Today
775
786
</button >
776
787
<button
777
788
class = " btn btn-default"
789
+ type = " button"
778
790
>
779
791
<span
792
+ aria-hidden = " true"
780
793
class = " glyphicon glyphicon-forward"
781
794
/>
782
795
</button >
@@ -795,16 +808,19 @@ exports[`Calendar renders correctly with basic props 1`] = `
795
808
>
796
809
<button
797
810
class = " btn btn-default"
811
+ type = " button"
798
812
>
799
813
Day
800
814
</button >
801
815
<button
802
816
class = " btn btn-default"
817
+ type = " button"
803
818
>
804
819
Week
805
820
</button >
806
821
<button
807
822
class = " btn btn-default active"
823
+ type = " button"
808
824
>
809
825
Month
810
826
</button >
You can’t perform that action at this time.
0 commit comments