| Index: appengine/config_service/ui/test/index.html
|
| diff --git a/appengine/config_service/ui/static/index.html b/appengine/config_service/ui/test/index.html
|
| similarity index 58%
|
| copy from appengine/config_service/ui/static/index.html
|
| copy to appengine/config_service/ui/test/index.html
|
| index 153a41db153e1a3efa535020fb1e21e0552b9432..8dc501cad9e645dadee31d857832102e2e325bc4 100644
|
| --- a/appengine/config_service/ui/static/index.html
|
| +++ b/appengine/config_service/ui/test/index.html
|
| @@ -10,15 +10,20 @@
|
| <meta charset="utf-8">
|
| <meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
|
|
|
| - <title>Configuration Service</title>
|
| - <meta name="description" content="This is a UI for the configuration service">
|
| + <title>index test</title>
|
|
|
| - <!-- See https://goo.gl/OOhYW5 -->
|
| - <link rel="manifest" href="/manifest.json">
|
| - <link rel="import" href="../src/config-ui/config-ui.html">
|
| - <script src="../bower_components/webcomponentsjs/webcomponents-loader.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="../static/index.html">
|
| </head>
|
| <body>
|
| - <config-ui></config-ui>
|
| +
|
| + <script>
|
| + WCT.loadsuites([
|
| + 'config-ui/front-page_test.html',
|
| + 'config-ui/config-set_test.html',
|
| + ]);
|
| + </script>
|
| </body>
|
| </html>
|
|
|