access variable in upper scope in cypress and typescript

后端 未结 0 1423
忘了有多久
忘了有多久 2021-01-20 04:32

async getElementsByTagAndPartialId( tag: string, id: string ): Promise { cy.get(\'body\').find(tag).filter([id^=${id}]).as(\'files\'); c

相关标签:
回答
  • 消灭零回复
提交回复
热议问题