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

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

Issue 2772873002: MD Settings: Allow searching the languages list in "add language" dialog. (Closed)
Patch Set: Fix test. Created 3 years, 9 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 1e1f6424e8e6e7d0fc9eff5fb2d64d0f63cb8c26..037e1421c3db3dc0adef02ae96bb7f4d229d1469 100644
--- a/chrome/test/data/webui/settings/cr_settings_browsertest.js
+++ b/chrome/test/data/webui/settings/cr_settings_browsertest.js
@@ -993,7 +993,6 @@ CrSettingsSubpageTest.prototype = {
};
TEST_F('CrSettingsSubpageTest', 'SettingsSubpage', function() {
- settings_subpage.registerTests();
mocha.run();
});
@@ -1423,4 +1422,4 @@ CrSettingsExtensionControlledIndicatorTest.prototype = {
TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() {
mocha.run();
-});
+});

Powered by Google App Engine
This is Rietveld 408576698