From ea9853f8f7a49ab236034064ffe76c297db912c3 Mon Sep 17 00:00:00 2001 From: anlyyao Date: Wed, 21 Aug 2024 14:49:12 +0800 Subject: [PATCH] test: update csr and ssr snap --- src/_common | 2 +- test/snap/__snapshots__/csr.test.jsx.snap | 363 ++++++++++++++++++++++ test/snap/__snapshots__/ssr.test.jsx.snap | 8 + 3 files changed, 372 insertions(+), 1 deletion(-) diff --git a/src/_common b/src/_common index cfcad47f..41d40c78 160000 --- a/src/_common +++ b/src/_common @@ -1 +1 @@ -Subproject commit cfcad47f9c27eaf31ad50de07347f8c07685a090 +Subproject commit 41d40c788e2793b7707ee1ca0719d3d66bba838d diff --git a/test/snap/__snapshots__/csr.test.jsx.snap b/test/snap/__snapshots__/csr.test.jsx.snap index fe16d4e4..8131c420 100644 --- a/test/snap/__snapshots__/csr.test.jsx.snap +++ b/test/snap/__snapshots__/csr.test.jsx.snap @@ -8826,6 +8826,361 @@ exports[`csr snapshot test > csr test src/overlay/_example/index.tsx 1`] = ` `; +exports[`csr snapshot test > csr test src/popup/_example/base.tsx 1`] = ` +
+
+ + + + + + +
+`; + +exports[`csr snapshot test > csr test src/popup/_example/custom-close.tsx 1`] = ` +
+ + +
+`; + +exports[`csr snapshot test > csr test src/popup/_example/index.tsx 1`] = ` +
+
+
+

+ Popup 弹窗层 +

+

+ 由其他控件触发,屏幕滑出或弹出一块自定义内容区域 +

+
+
+
+

+ 01 组件类型 +

+

+ 基础弹出层 +

+
+
+ +