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

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: Created 4 years, 6 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 77700e3cb3ca3809dded16d970ad1fa47a02b1df..600f156c3d6daf7fbaa6e8561d2c0c8039d4c3dd 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'].$['history-list'];
TEST_HISTORY_RESULTS = [
createHistoryEntry('2016-03-16 10:00', 'http://www.google.com'),
createHistoryEntry('2016-03-16 9:00', 'http://www.example.com'),

Powered by Google App Engine
This is Rietveld 408576698