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

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

Issue 1505113005: Rename SettingsOnStartupPage section to onStartup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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/settings_page/settings_router.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 a829820c60f44751228d91ad0bdfe59195a14a92..8fd9a5e1e3a9ad5d4673f5a2e9459e3cf88a9d37 100644
--- a/chrome/test/data/webui/settings/main_page_browsertest.js
+++ b/chrome/test/data/webui/settings/main_page_browsertest.js
@@ -39,7 +39,7 @@ TEST_F('SettingsMainPageBrowserTest', 'MAYBE_Main', function() {
test('basic pages', function() {
var page = self.getPage('basic');
expectTrue(!!self.getSection(page, 'appearance'));
- expectTrue(!!self.getSection(page, 'on-startup'));
+ expectTrue(!!self.getSection(page, 'onStartup'));
expectTrue(!!self.getSection(page, 'search'));
if (!cr.isChromeOS) {
expectTrue(!!self.getSection(page, 'people'));
« no previous file with comments | « chrome/browser/resources/settings/settings_page/settings_router.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698