Use non-minified webcomponents-lite in tests

For some reason, Polymer2 tests do not work with the minified version.

Change-Id: Iad6193aba2ccc51c05385207db536548ac248c3b
This commit is contained in:
Ole Rehmsen
2019-05-16 11:29:39 +02:00
committed by Ben Rohlfs
parent 31640747ec
commit ecf0b78065
196 changed files with 196 additions and 196 deletions

View File

@@ -19,7 +19,7 @@ limitations under the License.
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>gr-file-list-header</title>
<script src="/bower_components/webcomponentsjs/webcomponents-lite.min.js"></script>
<script src="/bower_components/webcomponentsjs/webcomponents-lite.js"></script>
<script src="/bower_components/web-component-tester/browser.js"></script>
<link rel="import" href="../../../test/common-test-setup.html"/>
<script src="/bower_components/page/page.js"></script>