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

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

Issue 1462723002: [MD settings] adding a test for Appearance settings (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch fix Created 5 years, 1 month 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 | « chrome/test/data/webui/settings/appearance_browsertest.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/settings_page_browsertest.js
diff --git a/chrome/test/data/webui/settings/settings_page_browsertest.js b/chrome/test/data/webui/settings/settings_page_browsertest.js
index 2b8e53d2afbd2ca0e7258940699d20d58446fe5a..28570ae02fc232a16ed730c42e5265c6e98389b3 100644
--- a/chrome/test/data/webui/settings/settings_page_browsertest.js
+++ b/chrome/test/data/webui/settings/settings_page_browsertest.js
@@ -29,6 +29,13 @@ SettingsPageBrowserTest.prototype = {
/** @override */
runAccessibilityChecks: false,
+ /** @override */
+ setUp: function() {
+ suiteSetup(function() {
+ return CrSettingsPrefs.initialized;
+ });
+ },
+
/**
* @param {string} type The settings page type, e.g. 'advanced' or 'basic'.
* @return {Node} The DOM node for the page.
« no previous file with comments | « chrome/test/data/webui/settings/appearance_browsertest.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698