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

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

Issue 1932413003: [MD History] Refactor history.html into a history-app element. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 8 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 005c61923b6827d29f116b3bb4e1a7d8a6f33a26..b6d5b8b2962c782737c7da1a8f882b80bc268473 100644
--- a/chrome/test/data/webui/md_history/history_list_test.js
+++ b/chrome/test/data/webui/md_history/history_list_test.js
@@ -11,8 +11,8 @@ cr.define('md_history.history_list_test', function() {
var ADDITIONAL_RESULTS;
suiteSetup(function() {
- element = $('history-list');
- toolbar = $('toolbar');
+ element = $('history-app').$['history-list'];
+ toolbar = $('history-app').$['toolbar'];
TEST_HISTORY_RESULTS = [
createHistoryEntry('2016-03-15', 'https://www.google.com'),

Powered by Google App Engine
This is Rietveld 408576698