diff --git a/pages/component/sticky-section/sticky-section.test.js b/pages/component/sticky-section/sticky-section.test.js index 9af444fd809232cc30a29f181526d099001fca09..ca55a242871e3762f943c98f5375608f387ebd30 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 }