| Index: chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| diff --git a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| index 418edb8201536102c88ac6d1e34e05d66593cc26..69d540bf4240a49508688e4970ea1886ab00e4b4 100644
|
| --- a/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| +++ b/chrome/test/data/webui/settings/quick_unlock_authenticate_browsertest_chromeos.js
|
| @@ -324,11 +324,6 @@ cr.define('settings_people_page_quick_unlock', function() {
|
| var backButton = null;
|
| var continueButton = null;
|
|
|
| - suiteSetup(function() {
|
| - var urls = ['chrome://md-settings/i18n_setup.html'];
|
| - return Promise.all(urls.map(PolymerTest.importHtml));
|
| - });
|
| -
|
| setup(function() {
|
| PolymerTest.clearBody();
|
|
|
|
|