if we mark test with `.tag('@tag');` as `xScenario`, codeceptjs throw `TypeError: Cannot read property 'tag' of undefined` Example: ```js xScenario('title', async (I) => { ... }).tag('ISSUE-001'); ```