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

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

Issue 1641543002: MD History: Refactored design for displaying history information (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@second_patch
Patch Set: closure Created 4 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/md_history/history_toolbar_test.js
diff --git a/chrome/test/data/webui/md_history/history_toolbar_test.js b/chrome/test/data/webui/md_history/history_toolbar_test.js
index 6e0cded808a621d55488a78309da20b80a090aea..3a8086694d9986e02f1bc1f2d059c1b4b0cadf7b 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -17,7 +17,7 @@ cr.define('md_history.history_toolbar_test', function() {
var toolbar;
suiteSetup(function() {
- element = $('history-card-manager');
+ element = $('history-list');
toolbar = $('toolbar');
});
@@ -25,7 +25,7 @@ cr.define('md_history.history_toolbar_test', function() {
element.addNewResults(TEST_HISTORY_RESULTS);
flush(function() {
- var item = element.$$('history-card').$$('history-item');
+ var item = element.$$('history-item');
MockInteractions.tap(item.$.checkbox);
// Ensure that when an item is selected that the count held by the

Powered by Google App Engine
This is Rietveld 408576698