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