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

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

Issue 2708013003: [MD settings] show icon when content settings are controlled by an extension (Closed)
Patch Set: unit test fix 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/controlled_button_tests.js
diff --git a/chrome/test/data/webui/settings/controlled_button_tests.js b/chrome/test/data/webui/settings/controlled_button_tests.js
index 3a66529d9f39159f04abb40a1da47e5175e9b5d9..100bc4c90651181a217e384fc2158e24fffda10b 100644
--- a/chrome/test/data/webui/settings/controlled_button_tests.js
+++ b/chrome/test/data/webui/settings/controlled_button_tests.js
@@ -40,7 +40,7 @@ suite('controlled button', function() {
controlledButton.pref = extensionControlledPref;
Polymer.dom.flush();
assertTrue(controlledButton.$$('paper-button').disabled);
- assertFalse(!!controlledButton.$$('cr-policy-pref-indicator'));
+ assertTrue(!!controlledButton.$$('cr-policy-pref-indicator'));
controlledButton.pref = policyControlledPref;
Polymer.dom.flush();

Powered by Google App Engine
This is Rietveld 408576698