Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
notwaldorf committed Jul 10, 2018
1 parent d3176e8 commit 517be30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 2 additions & 5 deletions test/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@
<title>demo-snippet tests</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">

<script src="../../../@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="../../../wct-browser-legacy/browser.js"></script>
<script type="module" src="../demo-snippet.js"></script>
<script type="module" src="./simple-button.js"></script>
<script src="../node_modules/@webcomponents/webcomponentsjs/webcomponents-bundle.js"></script>
<script src="../node_modules/wct-browser-legacy/browser.js"></script>
</head>
<body>
<!--
Expand All @@ -32,7 +30,6 @@
If you don't want this, either use a new element, or clean up after
your test.
-->

<demo-snippet id="emptyDemo"></demo-snippet>

<demo-snippet id="nativeDemo">
Expand Down
4 changes: 2 additions & 2 deletions test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, minimum-scale=1.0, initial-scale=1.0, user-scalable=yes">
<title>demo-snippet tests</title>
<script src="../../../wct-browser-legacy/browser.js"></script>
<script src="../node_modules/wct-browser-legacy/browser.js"></script>
</head>
<body>
<script>
WCT.loadSuites([
'basic.html?wc-shadydom=true&wc-ce=true',
'basic.html?dom=shadow',
'basic.html',
]);
</script>
</body>
Expand Down

0 comments on commit 517be30

Please sign in to comment.