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

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

Issue 2457843002: MD Settings: Misc. Site Settings cleanups. (Closed)
Patch Set: fix Created 4 years, 2 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
« no previous file with comments | « chrome/browser/ui/webui/site_settings_helper.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/data/webui/settings/site_settings_category_tests.js
diff --git a/chrome/test/data/webui/settings/site_settings_category_tests.js b/chrome/test/data/webui/settings/site_settings_category_tests.js
index 1cb99918049f55eb6dcf5fc51bbd3e9f59b92291..aff8c4d9d76aef286ce5ac7459862e15fe87166f 100644
--- a/chrome/test/data/webui/settings/site_settings_category_tests.js
+++ b/chrome/test/data/webui/settings/site_settings_category_tests.js
@@ -146,8 +146,6 @@ cr.define('site_settings_category', function() {
if (category != settings.ContentSettingsTypes.FULLSCREEN &&
category != settings.ContentSettingsTypes.USB_DEVICES &&
category != settings.ContentSettingsTypes.ZOOM_LEVELS) {
- assertNotEquals('', testElement.computeCategoryTextId(category));
-
assertNotEquals('', testElement.computeCategoryDesc(
category, settings.PermissionValues.ALLOW, true));
assertNotEquals('', testElement.computeCategoryDesc(
« no previous file with comments | « chrome/browser/ui/webui/site_settings_helper.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698