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

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

Issue 2673563002: MD Settings: Remove unnecessary importHtml() calls in site-settings tests. (Closed)
Patch Set: More Created 3 years, 11 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 | « no previous file | chrome/test/data/webui/settings/category_setting_exceptions_tests.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/category_default_setting_tests.js
diff --git a/chrome/test/data/webui/settings/category_default_setting_tests.js b/chrome/test/data/webui/settings/category_default_setting_tests.js
index ecd69ce5f74bf8d27a271f8e60c237bce398ef13..12085f7ef064eb300f7f62aae875e0f01eb543a5 100644
--- a/chrome/test/data/webui/settings/category_default_setting_tests.js
+++ b/chrome/test/data/webui/settings/category_default_setting_tests.js
@@ -77,12 +77,6 @@ cr.define('category_default_setting', function() {
},
};
- // Import necessary html before running suite.
- suiteSetup(function() {
- return PolymerTest.importHtml(
- 'chrome://md-settings/site_settings/category_default_setting.html');
- });
-
// Initialize a site-settings-category before each test.
setup(function() {
browserProxy = new TestSiteSettingsPrefsBrowserProxy();
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/category_setting_exceptions_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698