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

Commit ab33efc

Browse files
committed
test: update button snapshots
1 parent ece44e8 commit ab33efc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/c-button/tests/__snapshots__/c-button-group.test.ts.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,17 @@ exports[`should render properly 1`] = `
77
role="group"
88
>
99
<button
10-
as="button"
11-
class="css-kb8k9p"
10+
class="chakra-button css-kb8k9p"
1211
>
12+
<!---->
1313
<!---->
1414
Save
1515
<!---->
1616
</button>
1717
<button
18-
as="button"
19-
class="css-1vxhs68"
18+
class="chakra-button css-1vxhs68"
2019
>
20+
<!---->
2121
<!---->
2222
Cancel
2323
<!---->

packages/c-button/tests/__snapshots__/c-button.test.ts.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
exports[`should render properly 1`] = `
44
<DocumentFragment>
55
<button
6-
class="css-myeq6i"
6+
class="chakra-button css-myeq6i"
77
>
88
<!---->
99
<!---->

0 commit comments

Comments
 (0)