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

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

Issue 2991013002: config_service: Added revision and timestamp to config-set-cards and config-set pages (Closed)
Patch Set: Refactored test to give each function its own suite Created 3 years, 5 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/test/config-ui/config-set_test.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/index.html
diff --git a/appengine/config_service/ui/test/index.html b/appengine/config_service/ui/test/index.html
index 5d75ba069267c8e300fea281f26c187a2f17cf99..0de9a9a8b022aedb608382d29099cd06e91dc09c 100644
--- a/appengine/config_service/ui/test/index.html
+++ b/appengine/config_service/ui/test/index.html
@@ -20,9 +20,11 @@
<script>
WCT.loadSuites([
'common/auth-signin_test.html',
+ 'common/common-behaviors_test.html',
'config-ui/front-page_test.html',
'config-ui/config-set_test.html',
'common/auth-signin_test.html?dom=shadow',
+ 'common/common-behaviors_test.html?dom=shadow',
'config-ui/front-page_test.html?dom=shadow',
'config-ui/config-set_test.html?dom=shadow',
]);
« no previous file with comments | « appengine/config_service/ui/test/config-ui/config-set_test.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698