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

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

Issue 2697453008: [MD settings] expand subpages to 100% (Closed)
Patch Set: async Created 3 years, 10 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
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.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_main_test.js
diff --git a/chrome/test/data/webui/settings/settings_main_test.js b/chrome/test/data/webui/settings/settings_main_test.js
index 0e02be927ba144a1da2868a261f40a9dec5f15c9..7d5b2812e249acb737ffeb317cfbe808b15dee23 100644
--- a/chrome/test/data/webui/settings/settings_main_test.js
+++ b/chrome/test/data/webui/settings/settings_main_test.js
@@ -176,7 +176,8 @@ cr.define('settings_main_page', function() {
assertEquals(
expectedBasic, page.$$('#basicPage').style.display);
assertEquals(
- expectedAdvanced, page.$.advancedPageTemplate.get().style.display);
+ expectedAdvanced,
+ page.$$('#advancedPageTemplate').get().style.display);
}
// TODO(michaelpg): It would be better not to drill into
« no previous file with comments | « chrome/browser/resources/settings/basic_page/basic_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698