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

Unified Diff: appengine/config_service/ui/test/config-ui/front-page_test.html

Issue 2936423002: config_service: add routing for config-set page. (Closed)
Patch Set: Remove UI handler. 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
« no previous file with comments | « appengine/config_service/ui/static/index.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: appengine/config_service/ui/test/config-ui/front-page_test.html
diff --git a/appengine/config_service/ui/test/config-ui/front-page_test.html b/appengine/config_service/ui/test/config-ui/front-page_test.html
index a8df87efc1b09eaffab12e5cbdd234ccc4108287..11f3ab7ded566f14f8445624732f30e0eb080674 100644
--- a/appengine/config_service/ui/test/config-ui/front-page_test.html
+++ b/appengine/config_service/ui/test/config-ui/front-page_test.html
@@ -12,8 +12,8 @@
<title>front-page test</title>
- <script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
- <script src="../../../web-component-tester/browser.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="../../src/config-ui/front-page.html">
</head>
@@ -26,8 +26,13 @@
</test-fixture>
<script>
- suite('front-page', function() {
+ suite('<front-page>', function() {
// TODO(cwpayton): write tests for the front page element.
+ var front_page;
+ setup(function() {
+ front_page = fixture('front-pageTestFixture');
+ });
+
});
</script>
</body>
« no previous file with comments | « appengine/config_service/ui/static/index.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698