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

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

Issue 2190243002: [MD settings] update site details permission layout (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unit test fix Created 4 years, 5 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/resources/settings/site_settings/site_settings_behavior.html ('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_details_permission_tests.js
diff --git a/chrome/test/data/webui/settings/site_details_permission_tests.js b/chrome/test/data/webui/settings/site_details_permission_tests.js
index d9ad53f7129aa905e99466df536dfea160a0079a..7864f53a47386a3505047f89b6d1be8e109da0a6 100644
--- a/chrome/test/data/webui/settings/site_details_permission_tests.js
+++ b/chrome/test/data/webui/settings/site_details_permission_tests.js
@@ -93,7 +93,7 @@ cr.define('site_details_permission', function() {
assertFalse(testElement.$.details.hidden);
var header = testElement.$.details.querySelector(
- '.permission-header');
+ '#permissionHeader');
assertEquals('Camera', header.innerText.trim(),
'Widget should be labelled correctly');
« no previous file with comments | « chrome/browser/resources/settings/site_settings/site_settings_behavior.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698