From 5530dd06f7208f59a0f68a3aef32aa8b79de005b Mon Sep 17 00:00:00 2001 From: zwkang Date: Wed, 8 May 2024 22:25:38 +0800 Subject: [PATCH] test(dialog): update demo snapshot --- test/snap/__snapshots__/csr.test.jsx.snap | 24 ++++++++++++++++++++++- test/snap/__snapshots__/ssr.test.jsx.snap | 2 +- 2 files changed, 24 insertions(+), 2 deletions(-) diff --git a/test/snap/__snapshots__/csr.test.jsx.snap b/test/snap/__snapshots__/csr.test.jsx.snap index 197839905..90a7ee217 100644 --- a/test/snap/__snapshots__/csr.test.jsx.snap +++ b/test/snap/__snapshots__/csr.test.jsx.snap @@ -88043,6 +88043,7 @@ exports[`csr snapshot test > csr test src/dialog/_example/async.jsx 1`] = `
+
, "container":
+
, "debug": [Function], "findAllByAltText": [Function], @@ -305283,7 +305305,7 @@ exports[`ssr snapshot test > ssr test src/descriptions/_example/nest.jsx 1`] = ` exports[`ssr snapshot test > ssr test src/descriptions/_example/size.jsx 1`] = `"
Shipping address
NameTDesignTelephone Number139****0609
AreaChina Tencent HeadquartersAddressShenzhen Penguin Island D1 4A Mail Center
"`; -exports[`ssr snapshot test > ssr test src/dialog/_example/async.jsx 1`] = `""`; +exports[`ssr snapshot test > ssr test src/dialog/_example/async.jsx 1`] = `""`; exports[`ssr snapshot test > ssr test src/dialog/_example/attach.jsx 1`] = `"
"`; diff --git a/test/snap/__snapshots__/ssr.test.jsx.snap b/test/snap/__snapshots__/ssr.test.jsx.snap index 29d4eb33c..2d1010539 100644 --- a/test/snap/__snapshots__/ssr.test.jsx.snap +++ b/test/snap/__snapshots__/ssr.test.jsx.snap @@ -320,7 +320,7 @@ exports[`ssr snapshot test > ssr test src/descriptions/_example/nest.jsx 1`] = ` exports[`ssr snapshot test > ssr test src/descriptions/_example/size.jsx 1`] = `"
Shipping address
NameTDesignTelephone Number139****0609
AreaChina Tencent HeadquartersAddressShenzhen Penguin Island D1 4A Mail Center
"`; -exports[`ssr snapshot test > ssr test src/dialog/_example/async.jsx 1`] = `""`; +exports[`ssr snapshot test > ssr test src/dialog/_example/async.jsx 1`] = `""`; exports[`ssr snapshot test > ssr test src/dialog/_example/attach.jsx 1`] = `"
"`;