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

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

Issue 2696903005: Move common cr-policy-indicator behavior into CrPolicyIndicatorBehavior (Closed)
Patch Set: rename hasPolicy Created 3 years, 10 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 b5889bf59276aacf6d2aef98148ccbb2a1c10bd6..9357a0539a11d63490135a25ec9213541006a2d8 100644
--- a/chrome/test/data/webui/settings/date_time_page_tests.js
+++ b/chrome/test/data/webui/settings/date_time_page_tests.js
@@ -121,7 +121,7 @@
if (policy) {
assertTrue(!!indicator);
- assertTrue(indicator.isActive());
+ assertTrue(indicator.indicatorVisible);
} else {
// Indicator should be missing dom-ifed out.
assertFalse(!!indicator);

Powered by Google App Engine
This is Rietveld 408576698