File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
packages/coreui-react/src/components/accordion/__tests__/__snapshots__ Expand file tree Collapse file tree 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`] = `
55 <button
66 aria-expanded = " true"
77 class = " accordion-button collapsed bazinga"
8+ type = " button"
89 >
910 Test
1011 </button >
@@ -16,6 +17,7 @@ exports[`loads and displays CAccordionButton component 1`] = `
1617 <button
1718 aria-expanded = " true"
1819 class = " accordion-button collapsed"
20+ type = " button"
1921 >
2022 Test
2123 </button >
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ exports[`CAccordionHeader customize 1`] = `
88 <button
99 aria-expanded = " true"
1010 class = " accordion-button collapsed"
11+ type = " button"
1112 >
1213 Test
1314 </button >
@@ -23,6 +24,7 @@ exports[`loads and displays CAccordionHeader component 1`] = `
2324 <button
2425 aria-expanded = " true"
2526 class = " accordion-button collapsed"
27+ type = " button"
2628 >
2729 Test
2830 </button >
You can’t perform that action at this time.
0 commit comments