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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user