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

Side by Side Diff: chrome/test/data/webui/settings/cr_settings_browsertest.js

Issue 2630623002: cros: Allow user to configure note taking app in md-settings. (Closed)
Patch Set: NoteAppInfo => settings.NoteAppInfo 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 unified diff | Download patch
OLDNEW
1 // Copyright 2015 The Chromium Authors. All rights reserved. 1 // Copyright 2015 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 /** @fileoverview Runs the Polymer Settings tests. */ 5 /** @fileoverview Runs the Polymer Settings tests. */
6 6
7 /** @const {string} Path to source root. */ 7 /** @const {string} Path to source root. */
8 var ROOT_PATH = '../../../../../'; 8 var ROOT_PATH = '../../../../../';
9 9
10 // Polymer BrowserTest fixture. 10 // Polymer BrowserTest fixture.
(...skipping 706 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 }); 717 });
718 718
719 TEST_F('CrSettingsDevicePageTest', 'PointersTest', function() { 719 TEST_F('CrSettingsDevicePageTest', 'PointersTest', function() {
720 mocha.grep(assert(device_page_tests.TestNames.Pointers)).run(); 720 mocha.grep(assert(device_page_tests.TestNames.Pointers)).run();
721 }); 721 });
722 722
723 TEST_F('CrSettingsDevicePageTest', 'PowerTest', function() { 723 TEST_F('CrSettingsDevicePageTest', 'PowerTest', function() {
724 mocha.grep(assert(device_page_tests.TestNames.Power)).run(); 724 mocha.grep(assert(device_page_tests.TestNames.Power)).run();
725 }); 725 });
726 726
727 TEST_F('CrSettingsDevicePageTest', 'StylusTest', function() {
728 mocha.grep(assert(device_page_tests.TestNames.Stylus)).run();
729 });
730
727 /** 731 /**
728 * Test fixture for device-page. 732 * Test fixture for device-page.
729 * @constructor 733 * @constructor
730 * @extends {CrSettingsBrowserTest} 734 * @extends {CrSettingsBrowserTest}
731 */ 735 */
732 function CrSettingsBluetoothPageTest() {} 736 function CrSettingsBluetoothPageTest() {}
733 737
734 CrSettingsBluetoothPageTest.prototype = { 738 CrSettingsBluetoothPageTest.prototype = {
735 __proto__: CrSettingsBrowserTest.prototype, 739 __proto__: CrSettingsBrowserTest.prototype,
736 740
(...skipping 460 matching lines...) Expand 10 before | Expand all | Expand 10 after
1197 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([ 1201 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
1198 'test_browser_proxy.js', 1202 'test_browser_proxy.js',
1199 'test_extension_control_browser_proxy.js', 1203 'test_extension_control_browser_proxy.js',
1200 'extension_controlled_indicator_tests.js', 1204 'extension_controlled_indicator_tests.js',
1201 ]), 1205 ]),
1202 }; 1206 };
1203 1207
1204 TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() { 1208 TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() {
1205 mocha.run(); 1209 mocha.run();
1206 }); 1210 });
OLDNEW
« no previous file with comments | « chrome/browser/ui/webui/settings/md_settings_ui.cc ('k') | chrome/test/data/webui/settings/device_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698