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

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

Issue 2655043005: MD Settings: Bluetooth: Move device list to subpage (Closed)
Patch Set: Fix clang, ES6 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/basic_page_browsertest.js
diff --git a/chrome/test/data/webui/settings/basic_page_browsertest.js b/chrome/test/data/webui/settings/basic_page_browsertest.js
index de32ad463934edc5a7c04aee0508c3dac3309c12..9a290f70ce12da59151a7a3575aa40fc25eeb0d4 100644
--- a/chrome/test/data/webui/settings/basic_page_browsertest.js
+++ b/chrome/test/data/webui/settings/basic_page_browsertest.js
@@ -91,7 +91,7 @@ TEST_F('SettingsBasicPageBrowserTest', 'MAYBE_Load', function() {
if (!cr.isChromeOS)
sections.push('defaultBrowser');
else
- sections = sections.concat(['internet', 'device']);
+ sections = sections.concat(['internet', 'bluetooth', 'device']);
for (var i = 0; i < sections.length; i++) {
var section = self.getSection(page, sections[i]);

Powered by Google App Engine
This is Rietveld 408576698