Skip to content

Commit f41c510

Browse files
committed
test(snapshot): 스냅샷 업데이트
1 parent c7c9ebb commit f41c510

File tree

2 files changed

+6
-16
lines changed

2 files changed

+6
-16
lines changed

src/components/Button/__snapshots__/Button.test.tsx.snap

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1621,9 +1621,7 @@ exports[`Button Test > Size Test > without text > Size L 1`] = `
16211621
<div
16221622
class="c1"
16231623
data-testid="bezier-react-button-inner-content"
1624-
>
1625-
1626-
</div>
1624+
/>
16271625
</button>
16281626
`;
16291627

@@ -1693,9 +1691,7 @@ exports[`Button Test > Size Test > without text > Size M 1`] = `
16931691
<div
16941692
class="c1"
16951693
data-testid="bezier-react-button-inner-content"
1696-
>
1697-
1698-
</div>
1694+
/>
16991695
</button>
17001696
`;
17011697

@@ -1765,9 +1761,7 @@ exports[`Button Test > Size Test > without text > Size S 1`] = `
17651761
<div
17661762
class="c1"
17671763
data-testid="bezier-react-button-inner-content"
1768-
>
1769-
1770-
</div>
1764+
/>
17711765
</button>
17721766
`;
17731767

@@ -1837,9 +1831,7 @@ exports[`Button Test > Size Test > without text > Size XL 1`] = `
18371831
<div
18381832
class="c1"
18391833
data-testid="bezier-react-button-inner-content"
1840-
>
1841-
1842-
</div>
1834+
/>
18431835
</button>
18441836
`;
18451837

@@ -1909,9 +1901,7 @@ exports[`Button Test > Size Test > without text > Size XS 1`] = `
19091901
<div
19101902
class="c1"
19111903
data-testid="bezier-react-button-inner-content"
1912-
>
1913-
1914-
</div>
1904+
/>
19151905
</button>
19161906
`;
19171907

src/components/ListItem/__snapshots__/ListItem.test.tsx.snap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ exports[`ListItem Snapshot > 1`] = `
8585
background-color: #0000000D;
8686
}
8787
88-
.c0:hover .sc-iCoGMd {
88+
.c0:hover .sc-iBkjds {
8989
color: #00000066;
9090
}
9191

0 commit comments

Comments
 (0)