此测试代码:
context('Navigation to our website', () => {
it('Visit and check quantcast has error or not', () => {
cy.visit('https://www.nanoresort.com/stories/celebrities-lost-money-can-no-longer-afford-extravagant-lifestyles/');
})
})
屏幕截图显示了这个问题 window._tcfapi 错误
如果我在浏览器中从测试中打开此链接,则看不到此window.__tcfapi错误。我可以从 cypress 为使用 quantcast 库的任何其他网站重现此错误,但我没有从没有 cypress 的浏览器中看到此错误。
你能帮我理解为什么在赛普拉斯运行这个测试时会出现这个错误吗?