From d87be7b7a7d2a8c32909dbe70c850d8ee0d1fb14 Mon Sep 17 00:00:00 2001 From: wangjinxin613 <1749574663@qq.com> Date: Mon, 1 Apr 2024 11:50:18 +0800 Subject: [PATCH] =?UTF-8?q?test(sticky-section):=20app-webview=20=E8=BF=87?= =?UTF-8?q?=E6=BB=A4=E4=B8=8D=E6=94=AF=E6=8C=81=E7=9A=84=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/component/sticky-section/sticky-section.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/component/sticky-section/sticky-section.test.js b/pages/component/sticky-section/sticky-section.test.js index 9af444fd..ca55a242 100644 --- a/pages/component/sticky-section/sticky-section.test.js +++ b/pages/component/sticky-section/sticky-section.test.js @@ -12,7 +12,7 @@ describe('component-native-sticky-section', () => { expect(image).toSaveImageSnapshot(); }) - if (process.env.uniTestPlatformInfo.startsWith('web')) { + if (process.env.uniTestPlatformInfo.startsWith('web') || process.env.UNI_AUTOMATOR_APP_WEBVIEW === 'true') { return } -- GitLab