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

Unified Diff: chrome/test/data/webui/md_history/history_list_test.js

Issue 2336503002: Replace paper-checkbox with a paper-icon-button-light (Closed)
Patch Set: fix closure + slightly more descriptive method 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/md_history/history_list_test.js
diff --git a/chrome/test/data/webui/md_history/history_list_test.js b/chrome/test/data/webui/md_history/history_list_test.js
index 15645c33966d68f51168e34370067d3ce8efcc61..af62f29e12db3f5f95a5cb2afdc4d5b8f6764c96 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -87,8 +87,8 @@ cr.define('md_history.history_list_test', function() {
assertDeepEquals([false, false, false, false],
element.historyData_.map(i => i.selected));
- assertFalse(items[2].$.checkbox.checked);
- assertFalse(items[3].$.checkbox.checked);
+ assertFalse(items[2].selected);
+ assertFalse(items[3].selected);
});
});
« no previous file with comments | « chrome/test/data/webui/md_history/history_grouped_list_test.js ('k') | chrome/test/data/webui/md_history/lazy_render_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698