Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 464a0ad

Browse files
committed
chore: add changeset
1 parent 7d1bdf3 commit 464a0ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/chakra-ui-core/src/CButtonGroup/tests/__snapshots__/CButtonGroup.test.js.snap

+2
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ exports[`should attach buttons when \`is-attached\` is passed 1`] = `
144144
<div
145145
class="emotion-0"
146146
data-chakra-component="CButtonGroup"
147+
role="group"
147148
>
148149
<button
149150
class="emotion-1"
@@ -305,6 +306,7 @@ exports[`should render correctly 1`] = `
305306
<div
306307
class="emotion-0"
307308
data-chakra-component="CButtonGroup"
309+
role="group"
308310
>
309311
<button
310312
class="emotion-1"

0 commit comments

Comments
 (0)