Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(794)

Unified Diff: appengine/config_service/ui/test/index.html

Issue 2959833002: config_service: add last import validation and tests (Closed)
Patch Set: Add test files. Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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>

Powered by Google App Engine
This is Rietveld 408576698