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

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

Issue 2084843002: [MD History] Add history-list-container between app and history lists. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tim_toolbar
Patch Set: rebase 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
Index: chrome/test/data/webui/md_history/history_item_test.js
diff --git a/chrome/test/data/webui/md_history/history_item_test.js b/chrome/test/data/webui/md_history/history_item_test.js
index 884f522b1b4c7e6306dba149fa9f392928990f11..8714c511600e4e2bbbb7e8e3af7c7e1f728df8bb 100644
--- a/chrome/test/data/webui/md_history/history_item_test.js
+++ b/chrome/test/data/webui/md_history/history_item_test.js
@@ -10,7 +10,7 @@ cr.define('md_history.history_item_test', function() {
var SEARCH_HISTORY_RESULTS;
suiteSetup(function() {
- element = $('history-app').$['history-list'];
+ element = $('history-app').$['history'].$['infinite-list'];
TEST_HISTORY_RESULTS = [
createHistoryEntry('2016-03-16 10:00', 'http://www.google.com'),
createHistoryEntry('2016-03-16 9:00', 'http://www.example.com'),
« no previous file with comments | « chrome/test/data/webui/md_history/history_grouped_list_test.js ('k') | chrome/test/data/webui/md_history/history_list_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698