constPAGE_PATH="/pages/component-instance/methods/call-method-easycom-uni-modules-composition"letpagebeforeAll(async()=>{page=awaitprogram.reLaunch(PAGE_PATH)awaitpage.waitFor('view')})it('callMethodTest',async()=>{// a[[]] only issue 8582if(process.env.uniTestPlatformInfo.toLowerCase().startsWith('web')){expect(1).toBe(1)return}constdelay=()=>newPromise((resolve,_)=>{setTimeout(()=>{resolve('')