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

Unified Diff: chrome/test/data/webui/settings/site_list_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
Index: chrome/test/data/webui/settings/site_list_tests.js
diff --git a/chrome/test/data/webui/settings/site_list_tests.js b/chrome/test/data/webui/settings/site_list_tests.js
index 95bb6b6afa7318bb3c6eafa5c96245488ab473b2..7b13e5c464720977960abf966dfde55567446f18 100644
--- a/chrome/test/data/webui/settings/site_list_tests.js
+++ b/chrome/test/data/webui/settings/site_list_tests.js
@@ -325,11 +325,8 @@ cr.define('site_list', function() {
}
};
- // Import necessary html before running suite.
suiteSetup(function() {
CrSettingsPrefs.setInitialized();
- return PolymerTest.importHtml(
- 'chrome://md-settings/site_settings/site_list.html');
});
suiteTeardown(function() {
« no previous file with comments | « chrome/test/data/webui/settings/protocol_handlers_tests.js ('k') | chrome/test/data/webui/settings/usb_devices_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698