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

Unified 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: Address comments 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/cr_settings_browsertest.js
diff --git a/chrome/test/data/webui/settings/cr_settings_browsertest.js b/chrome/test/data/webui/settings/cr_settings_browsertest.js
index 2f4d918a44b1c09b483cd4ef801086422980251e..8490721279284cef39ac48003cad2824b9bb8d5b 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -724,6 +724,10 @@ TEST_F('CrSettingsDevicePageTest', 'PowerTest', function() {
mocha.grep(assert(device_page_tests.TestNames.Power)).run();
});
+TEST_F('CrSettingsDevicePageTest', 'StylusTest', function() {
+ mocha.grep(assert(device_page_tests.TestNames.Stylus)).run();
+});
+
/**
* Test fixture for device-page.
* @constructor

Powered by Google App Engine
This is Rietveld 408576698