I'm using the code in several projects and it works fine:
await page.$eval("input[id*='virtual_course']", elem => elem.click())
Except in one project, I get the following error:
Error: Evaluation failed: ReferenceError: cov_77g31rban is not defined
at __puppeteer_evaluation_script__:3:7
I'm using the same version of all libraries and all projects so not sure why there would be the difference?