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

Unified Diff: chrome/test/data/webui/settings/route_tests.js

Issue 2754563002: MD Settings: Lazy load the contents of the "advanced" settings. (Closed)
Patch Set: Fix tests. Created 3 years, 9 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: chrome/test/data/webui/settings/route_tests.js
diff --git a/chrome/test/data/webui/settings/route_tests.js b/chrome/test/data/webui/settings/route_tests.js
index 32e13d1f571686e0326f338ab0ab516ca0c48a44..94c60e837677c6dd5a06a95aa24eec516b133d3d 100644
--- a/chrome/test/data/webui/settings/route_tests.js
+++ b/chrome/test/data/webui/settings/route_tests.js
@@ -19,6 +19,10 @@ suite('route', function() {
return promise;
}
+ teardown(function() {
+ PolymerTest.clearBody();
+ });
+
/**
* Tests a specific navigation situation.
* @param {!settings.Route} previousRoute

Powered by Google App Engine
This is Rietveld 408576698