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

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

Issue 2050053002: MD Settings: split browser tests per-file (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@settings-tests
Patch Set: getter instead Created 4 years, 6 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/checkbox_tests.js
diff --git a/chrome/test/data/webui/settings/checkbox_tests.js b/chrome/test/data/webui/settings/checkbox_tests.js
index 1e63e6885c73b27ec677c08993cb10332df58265..a41419f422f87a501af42246d2e4adaf5a3f4483 100644
--- a/chrome/test/data/webui/settings/checkbox_tests.js
+++ b/chrome/test/data/webui/settings/checkbox_tests.js
@@ -22,12 +22,6 @@ cr.define('settings_checkbox', function() {
value: true
};
- // Import settings_checkbox.html before running suite.
- suiteSetup(function() {
- return PolymerTest.importHtml(
- 'chrome://md-settings/controls/settings_checkbox.html');
- });
-
// Initialize a checked settings-checkbox before each test.
setup(function() {
PolymerTest.clearBody();

Powered by Google App Engine
This is Rietveld 408576698