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

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

Issue 1503403004: Settings People Rewrite: Move users_page as subpage of People. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@0053-people-rename-a-bunch-of-stuff
Patch Set: Created 5 years 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/users_page/users_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/main_page_browsertest.js
diff --git a/chrome/test/data/webui/settings/main_page_browsertest.js b/chrome/test/data/webui/settings/main_page_browsertest.js
index 8fd9a5e1e3a9ad5d4673f5a2e9459e3cf88a9d37..5035b445ae7065f6313db621aa527b344cd9422d 100644
--- a/chrome/test/data/webui/settings/main_page_browsertest.js
+++ b/chrome/test/data/webui/settings/main_page_browsertest.js
@@ -40,13 +40,12 @@ TEST_F('SettingsMainPageBrowserTest', 'MAYBE_Main', function() {
var page = self.getPage('basic');
expectTrue(!!self.getSection(page, 'appearance'));
expectTrue(!!self.getSection(page, 'onStartup'));
+ expectTrue(!!self.getSection(page, 'people'));
expectTrue(!!self.getSection(page, 'search'));
if (!cr.isChromeOS) {
- expectTrue(!!self.getSection(page, 'people'));
expectTrue(!!self.getSection(page, 'defaultBrowser'));
} else {
expectTrue(!!self.getSection(page, 'internet'));
- expectTrue(!!self.getSection(page, 'users'));
}
});
« no previous file with comments | « chrome/browser/resources/settings/users_page/users_page.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698