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