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

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

Issue 2323693002: Site Settings Desktop: Implement Zoom Levels category. (Closed)
Patch Set: Address feedback Created 4 years, 3 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/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 2071c4fe8d004323b8e99dbb5fdab390435c52ea..37a186d48527d54b75d3b4b533a1f67663672401 100644
--- a/chrome/test/data/webui/settings/site_settings_category_tests.js
+++ b/chrome/test/data/webui/settings/site_settings_category_tests.js
@@ -131,7 +131,8 @@ cr.define('site_settings_category', function() {
// Test category text ids and descriptions for those categories that
// have those.
if (category != settings.ContentSettingsTypes.FULLSCREEN &&
- category != settings.ContentSettingsTypes.USB_DEVICES) {
+ category != settings.ContentSettingsTypes.USB_DEVICES &&
+ category != settings.ContentSettingsTypes.ZOOM_LEVELS) {
assertNotEquals('', testElement.computeCategoryTextId(category));
assertNotEquals('', testElement.computeCategoryDesc(

Powered by Google App Engine
This is Rietveld 408576698