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

Unified Diff: chrome/test/data/webui/md_history/history_overflow_menu_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_overflow_menu_test.js
diff --git a/chrome/test/data/webui/md_history/history_overflow_menu_test.js b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
index aa2307e7d471f45ef4046fe28dca6695e475a006..e1c2b2ea338fea85085c1d176a8b1f7db4c7252f 100644
--- a/chrome/test/data/webui/md_history/history_overflow_menu_test.js
+++ b/chrome/test/data/webui/md_history/history_overflow_menu_test.js
@@ -21,7 +21,7 @@ cr.define('md_history.history_overflow_menu_test', function() {
var element;
suiteSetup(function() {
- element = $('history-list');
+ element = $('history-app').$['history-list'];
var element1 = document.createElement('div');
var element2 = document.createElement('div');

Powered by Google App Engine
This is Rietveld 408576698