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

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

Issue 2669033008: MD Settings: Remove remaining importHtml() calls from site settings tests. (Closed)
Patch Set: 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_details_permission_tests.js
diff --git a/chrome/test/data/webui/settings/site_details_permission_tests.js b/chrome/test/data/webui/settings/site_details_permission_tests.js
index bbef577447ec229829782d2aca1d441265899077..c666aff5aa79287f33466e320869f5c40a1e508d 100644
--- a/chrome/test/data/webui/settings/site_details_permission_tests.js
+++ b/chrome/test/data/webui/settings/site_details_permission_tests.js
@@ -44,13 +44,6 @@ cr.define('site_details_permission', function() {
}
};
- // Import necessary html before running suite.
- suiteSetup(function() {
- return PolymerTest.importHtml(
dpapad 2017/02/02 23:57:50 These are not needed anymore, since the parent tes
- 'chrome://md-settings/site_settings/site_details_permission.html'
- );
- });
-
// Initialize a site-details-permission before each test.
setup(function() {
browserProxy = new TestSiteSettingsPrefsBrowserProxy();

Powered by Google App Engine
This is Rietveld 408576698