| Index: chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
|
| diff --git a/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js b/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
|
| index 5b62d2e583b2fa432b492c70f003718dcd92527f..489e7a9264671df7ff7ec072b8404231dc738e53 100644
|
| --- a/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
|
| +++ b/chrome/test/data/webui/settings/settings_passwords_section_browsertest.js
|
| @@ -29,15 +29,18 @@ SettingsPasswordSectionBrowserTest.prototype = {
|
| 'chrome://md-settings/passwords_and_forms_page/passwords_section.html',
|
|
|
| /** @override */
|
| - extraLibraries: PolymerTest.getLibraries(ROOT_PATH),
|
| + extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
|
| + 'ensure_lazy_loaded.js',
|
| + ]),
|
|
|
| /** @override */
|
| setUp: function() {
|
| PolymerTest.prototype.setUp.call(this);
|
| // Test is run on an individual element that won't have a page language.
|
| this.accessibilityAuditConfig.auditRulesToIgnore.push('humanLangMissing');
|
| - },
|
|
|
| + settings.ensureLazyLoaded();
|
| + },
|
| };
|
|
|
| /** This test will validate that the section is loaded with data. */
|
|
|