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

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

Issue 2671493002: MD Settings: Fix some tests that break when run in Vulcanized mode. (Closed)
Patch Set: Undo 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/prefs_tests.js
diff --git a/chrome/test/data/webui/settings/prefs_tests.js b/chrome/test/data/webui/settings/prefs_tests.js
index 71144d7d04a51b1a4a846e42e77f99b9a20343b5..643d15524d03a6a5d8946faaf4f1e9bb4405ab18 100644
--- a/chrome/test/data/webui/settings/prefs_tests.js
+++ b/chrome/test/data/webui/settings/prefs_tests.js
@@ -72,6 +72,8 @@ cr.define('settings_prefs', function() {
// Initialize a <settings-prefs> before each test.
setup(function() {
+ PolymerTest.clearBody();
+
// Override chrome.settingsPrivate with FakeSettingsPrivate.
fakeApi = new settings.FakeSettingsPrivate(
prefsTestCases.map(function(testCase) {
« no previous file with comments | « chrome/test/data/webui/settings/passwords_and_forms_browsertest.js ('k') | chrome/test/data/webui/settings/rtl_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698