Closed ghost closed 8 years ago
Alright I fixed the issue! The problem was some wrong imports:
<script src="../bower_components/webcomponentsjs/webcomponents.min.js"></script>
<link rel="import" href="../bower_components/polymer/polymer.html">
<script src="../bower_components/web-component-tester/browser.js"></script>
<script src="../bower_components/test-fixture/test-fixture-mocha.js"></script>
<link rel="import" href="../bower_components/test-fixture/test-fixture.html">
to these:
<script src="../../bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="../../bower_components/web-component-tester/browser.js"></script>
<link rel="import" href="../../bower_components/polymer/polymer.html">
Hope this helps someone :) closing issue...
Hi there
I'm running two web component tests and get the following error:
The fixtures have different names. This worked fine with version 1.0.0... Kind regards