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

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

Issue 2935763003: config_service: improve landing page (Closed)
Patch Set: Fixed empty vs. loading to reflect current search instead of all configs 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/config-ui/front-page_test.html
diff --git a/appengine/config_service/ui/test/config-ui/config-ui_test.html b/appengine/config_service/ui/test/config-ui/front-page_test.html
similarity index 68%
rename from appengine/config_service/ui/test/config-ui/config-ui_test.html
rename to appengine/config_service/ui/test/config-ui/front-page_test.html
index bf2b20cc918511c4dc80184fbc37a0efb6655ec0..a8df87efc1b09eaffab12e5cbdd234ccc4108287 100644
--- a/appengine/config_service/ui/test/config-ui/config-ui_test.html
+++ b/appengine/config_service/ui/test/config-ui/front-page_test.html
@@ -10,24 +10,24 @@
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1, user-scalable=yes">
- <title>config-ui test</title>
+ <title>front-page test</title>
<script src="../../../webcomponentsjs/webcomponents-lite.js"></script>
<script src="../../../web-component-tester/browser.js"></script>
- <link rel="import" href="../../src/config-ui/config-ui.html">
+ <link rel="import" href="../../src/config-ui/front-page.html">
</head>
<body>
- <test-fixture id="BasicTestFixture">
+ <test-fixture id="front-pageTestFixture">
<template>
- <config-ui></config-ui>
+ <front-page></front-page>
</template>
</test-fixture>
<script>
- suite('config-ui', function() {
- // TODO(cwpayton): write tests for the config ui.
+ suite('front-page', function() {
+ // TODO(cwpayton): write tests for the front page element.
Sergey Berezin (google) 2017/06/12 22:19:49 Let's actually write some tests, since you now hav
});
</script>
</body>

Powered by Google App Engine
This is Rietveld 408576698