| Index: chrome/test/data/webui/settings/date_time_page_tests.js
|
| diff --git a/chrome/test/data/webui/settings/date_time_page_tests.js b/chrome/test/data/webui/settings/date_time_page_tests.js
|
| index 9357a0539a11d63490135a25ec9213541006a2d8..7a48d13e35637b5028a409a64ec03292b7bd2ba9 100644
|
| --- a/chrome/test/data/webui/settings/date_time_page_tests.js
|
| +++ b/chrome/test/data/webui/settings/date_time_page_tests.js
|
| @@ -105,7 +105,7 @@
|
|
|
| suiteTeardown(function() {
|
| // TODO(michaelpg): Removes the element before exiting, because the
|
| - // <paper-tooltip> in <cr-policy-pref-indicator> somehow causes warnings
|
| + // <paper-tooltip> in <cr-policy-indicator> somehow causes warnings
|
| // and/or script errors in axs_testing.js.
|
| PolymerTest.clearBody();
|
| });
|
| @@ -117,7 +117,7 @@
|
|
|
| function verifyPolicy(policy) {
|
| Polymer.dom.flush();
|
| - var indicator = dateTime.$$('cr-policy-pref-indicator');
|
| + var indicator = dateTime.$$('cr-policy-indicator');
|
|
|
| if (policy) {
|
| assertTrue(!!indicator);
|
|
|