Skip to content

Commit 7711cb1

Browse files
committed
tests: update snapshots
1 parent 7f96e3f commit 7711cb1

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

packages/coreui-react/src/components/accordion/__tests__/__snapshots__/CAccordionButton.spec.tsx.snap

+2
Original file line numberDiff line numberDiff 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>

packages/coreui-react/src/components/accordion/__tests__/__snapshots__/CAccordionHeader.spec.tsx.snap

+2
Original file line numberDiff line numberDiff 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>

0 commit comments

Comments
 (0)