Polymer 使用web component tester测试聚合物元件时出现隐晦的404警告

Polymer 使用web component tester测试聚合物元件时出现隐晦的404警告,polymer,web-component-tester,Polymer,Web Component Tester,当我们使用WebComponentTester(wct)测试我们的聚合物元素时,我们会收到很多404警告,这些警告似乎不会影响测试,但很烦人,例如 firefox 37 ✓ app/elements/twt-comment/test/basic.html » twt-comment » should render the information provided in the `comment.author` binding 404 GET /app/elements

当我们使用WebComponentTester(wct)测试我们的聚合物元素时,我们会收到很多404警告,这些警告似乎不会影响测试,但很烦人,例如

firefox 37               ✓ app/elements/twt-comment/test/basic.html » twt-comment » should render the information provided in the `comment.author` binding
404 GET /app/elements/twt-comment/test/undefined

有人见过这些吗?它们似乎不是来自我们自己的代码,我在遵循wct代码时遇到了问题。我想尝试摆脱它们。

通过在Chrome开发工具中调试测试并查看404请求的引用者,我们发现我们的一个子元素引用了无效的图像URL。对不起,误报了