if(process.env.uniTestPlatformInfo.startsWith('android')){letpagebeforeAll(async()=>{page=awaitprogram.reLaunch('/pages/component/sticky-section/sticky-section')awaitpage.waitFor('sticky-section')})//检测吸顶上推效果it('check_sticky_section',async()=>{awaitpage.callMethod('listViewScrollByY',1000)constimage=awaitprogram.screenshot();expect(image).toMatchImageSnapshot();})}else{// TODO: web 端暂不支持it('web',async()=>{expect(1).toBe(1)})}})