Commit 0459ad31 authored by rbpotter's avatar rbpotter Committed by Commit Bot

Settings: remove unnecessary wrapper from autofill_page_test

Bug: 1026426
Change-Id: I3f46461373385d91008a5ae9d81498a122eca5e0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2088357
Commit-Queue: Rebekah Potter <rbpotter@chromium.org>
Reviewed-by: default avatardpapad <dpapad@chromium.org>
Cr-Commit-Position: refs/heads/master@{#747486}
parent f9f0999e
...@@ -2,8 +2,7 @@ ...@@ -2,8 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
cr.define('settings_autofill_page', function() { suite('PasswordsAndForms', function() {
suite('PasswordsAndForms', function() {
/** /**
* Creates a new passwords and forms element. * Creates a new passwords and forms element.
* @return {!Object} * @return {!Object}
...@@ -271,9 +270,9 @@ cr.define('settings_autofill_page', function() { ...@@ -271,9 +270,9 @@ cr.define('settings_autofill_page', function() {
destroyPrefs(prefs); destroyPrefs(prefs);
}); });
}); });
}); });
suite('PasswordsUITest', function() { suite('PasswordsUITest', function() {
/** @type {SettingsAutofillPageElement} */ /** @type {SettingsAutofillPageElement} */
let autofillPage = null; let autofillPage = null;
/** @type {settings.OpenWindowProxy} */ /** @type {settings.OpenWindowProxy} */
...@@ -334,5 +333,4 @@ cr.define('settings_autofill_page', function() { ...@@ -334,5 +333,4 @@ cr.define('settings_autofill_page', function() {
assertEquals(googlePasswordManagerUrl, url); assertEquals(googlePasswordManagerUrl, url);
}); });
}); });
});
}); });
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment