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

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

Issue 2867213002: Fix CrSettingsLanguagesPageTest dialog flake (Closed)
Patch Set: parens Created 3 years, 7 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
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/languages_page_tests.js » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after
1263 function CrSettingsLanguagesTest() {} 1263 function CrSettingsLanguagesTest() {}
1264 1264
1265 CrSettingsLanguagesTest.prototype = { 1265 CrSettingsLanguagesTest.prototype = {
1266 __proto__: CrSettingsBrowserTest.prototype, 1266 __proto__: CrSettingsBrowserTest.prototype,
1267 1267
1268 /** @override */ 1268 /** @override */
1269 browsePreload: 'chrome://md-settings/languages_page/languages.html', 1269 browsePreload: 'chrome://md-settings/languages_page/languages.html',
1270 1270
1271 /** @override */ 1271 /** @override */
1272 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([ 1272 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
1273 ROOT_PATH + 'ui/webui/resources/js/promise_resolver.js',
1273 '../fake_chrome_event.js', 1274 '../fake_chrome_event.js',
1274 'test_util.js', 1275 'test_util.js',
1275 'test_browser_proxy.js', 1276 'test_browser_proxy.js',
1276 'fake_language_settings_private.js', 1277 'fake_language_settings_private.js',
1277 'fake_settings_private.js', 1278 'fake_settings_private.js',
1278 'fake_input_method_private.js', 1279 'fake_input_method_private.js',
1279 'test_languages_browser_proxy.js', 1280 'test_languages_browser_proxy.js',
1280 'languages_tests.js', 1281 'languages_tests.js',
1281 ]), 1282 ]),
1282 }; 1283 };
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1650 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([ 1651 extraLibraries: CrSettingsBrowserTest.prototype.extraLibraries.concat([
1651 'test_browser_proxy.js', 1652 'test_browser_proxy.js',
1652 'test_extension_control_browser_proxy.js', 1653 'test_extension_control_browser_proxy.js',
1653 'extension_controlled_indicator_tests.js', 1654 'extension_controlled_indicator_tests.js',
1654 ]), 1655 ]),
1655 }; 1656 };
1656 1657
1657 TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() { 1658 TEST_F('CrSettingsExtensionControlledIndicatorTest', 'All', function() {
1658 mocha.run(); 1659 mocha.run();
1659 }); 1660 });
OLDNEW
« no previous file with comments | « no previous file | chrome/test/data/webui/settings/languages_page_tests.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698