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

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

Issue 2684693004: MD History: Remove list-container and list-behavior (Closed)
Patch Set: Rename listeners Created 3 years, 10 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 2de74712d7d864ef0acc2bb27daaff4e2bb17743..1d971d7155616097bb6a1d9131cd18036ea373a4 100644
--- a/chrome/test/data/webui/md_history/history_toolbar_test.js
+++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
@@ -15,8 +15,8 @@ suite('history-toolbar', function() {
setup(function() {
app = replaceApp();
- element = app.$['history'].$['infinite-list'];
- toolbar = app.$['toolbar'];
+ element = app.$.history;
+ toolbar = app.$.toolbar;
return PolymerTest.flushTasks();
});

Powered by Google App Engine
This is Rietveld 408576698