Skip to content
This repository has been archived by the owner on Aug 22, 2021. It is now read-only.

Commit

Permalink
Merge pull request #179 from vaadin/revert-165-test-script-order
Browse files Browse the repository at this point in the history
Revert "Place webcomponents-lite.js before wct to run P3 tests"
  • Loading branch information
web-padawan committed Nov 2, 2018
2 parents 8b98408 + f4c8d27 commit 5971438
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sample-test.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
<head>
<meta charset="UTF-8">
<title>vaadin-element tests</title>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../web-component-tester/browser.js"></script>
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
<link rel="import" href="../../test-fixture/test-fixture.html">
<link rel="import" href="../vaadin-element.html">
</head>

Expand Down

0 comments on commit 5971438

Please sign in to comment.