File tree 2 files changed +4
-0
lines changed
packages/coreui-react/src/components/accordion/__tests__/__snapshots__
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ exports[`CAccordionButton customize 1`] = `
5
5
<button
6
6
aria-expanded = " true"
7
7
class = " accordion-button collapsed bazinga"
8
+ type = " button"
8
9
>
9
10
Test
10
11
</button >
@@ -16,6 +17,7 @@ exports[`loads and displays CAccordionButton component 1`] = `
16
17
<button
17
18
aria-expanded = " true"
18
19
class = " accordion-button collapsed"
20
+ type = " button"
19
21
>
20
22
Test
21
23
</button >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ exports[`CAccordionHeader customize 1`] = `
8
8
<button
9
9
aria-expanded = " true"
10
10
class = " accordion-button collapsed"
11
+ type = " button"
11
12
>
12
13
Test
13
14
</button >
@@ -23,6 +24,7 @@ exports[`loads and displays CAccordionHeader component 1`] = `
23
24
<button
24
25
aria-expanded = " true"
25
26
class = " accordion-button collapsed"
27
+ type = " button"
26
28
>
27
29
Test
28
30
</button >
You can’t perform that action at this time.
0 commit comments