diff --git a/components/button/__tests__/__snapshots__/index.test.tsx.snap b/components/button/__tests__/__snapshots__/index.test.tsx.snap
index 7f044f507d..651851bda7 100644
--- a/components/button/__tests__/__snapshots__/index.test.tsx.snap
+++ b/components/button/__tests__/__snapshots__/index.test.tsx.snap
@@ -69,18 +69,63 @@ exports[`Button renders Chinese characters correctly 2`] = `
`;
exports[`Button renders Chinese characters correctly 3`] = `
-
+
`;
exports[`Button renders Chinese characters correctly 4`] = `
-}
+
+
+
+
+
+ 按钮
+
+
`;
exports[`Button renders Chinese characters correctly 5`] = `
diff --git a/components/button/__tests__/index.test.tsx b/components/button/__tests__/index.test.tsx
index d389d65f24..50453ee104 100644
--- a/components/button/__tests__/index.test.tsx
+++ b/components/button/__tests__/index.test.tsx
@@ -51,14 +51,14 @@ describe('Button', () => {
// should not insert space when there is icon
expect(mount(}>按钮).render()).toMatchSnapshot();
// should not insert space when there is icon
- expect(
+ expect(mount(
,
- ).toMatchSnapshot();
+ ).render()).toMatchSnapshot();
// should not insert space when there is icon
- expect(}>按钮).toMatchSnapshot();
+ expect(mount(}>按钮).render()).toMatchSnapshot();
// should not insert space when there is icon while loading
expect(
mount(
diff --git a/components/input-number/__tests__/__snapshots__/demo-extend.test.ts.snap b/components/input-number/__tests__/__snapshots__/demo-extend.test.ts.snap
index 73712387ad..83bab7495c 100644
--- a/components/input-number/__tests__/__snapshots__/demo-extend.test.ts.snap
+++ b/components/input-number/__tests__/__snapshots__/demo-extend.test.ts.snap
@@ -1846,164 +1846,6 @@ Array [
,
-
,
-
,
-