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

Unified Diff: chrome/test/data/webui/md_history/history_toolbar_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_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 eac05b06afc833635dca7e7c9aea44a8ed37a757..cb0758212114b571e9053fc3306a6b7d85f80bf5 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -10,8 +10,8 @@ cr.define('md_history.history_toolbar_test', function() {
var TEST_HISTORY_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://google.com')];
});

Powered by Google App Engine
This is Rietveld 408576698