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

Unified Diff: chrome/test/data/webui/settings/date_time_page_tests.js

Issue 2744923002: cr-policy-indicator element for non-preference-based indicators (Closed)
Patch Set: alphabetize Created 3 years, 9 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 side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698