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

Unified Diff: chrome/test/data/webui/md_history/history_supervised_user_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_supervised_user_test.js
diff --git a/chrome/test/data/webui/md_history/history_supervised_user_test.js b/chrome/test/data/webui/md_history/history_supervised_user_test.js
index a49d02306369fa8544aefbb506afd6fea0ceee48..1d059a3bf23d4372247a1d7d544985a668051e6c 100644
--- a/chrome/test/data/webui/md_history/history_supervised_user_test.js
+++ b/chrome/test/data/webui/md_history/history_supervised_user_test.js
@@ -15,8 +15,8 @@ suite('history-list supervised-user', function() {
setup(function() {
app = replaceApp();
- historyList = app.$['history'].$['infinite-list'];
- toolbar = app.$['toolbar'];
+ historyList = app.$.history;
+ toolbar = app.$.toolbar;
app.historyResult(createHistoryInfo(), TEST_HISTORY_RESULTS);
});
« no previous file with comments | « chrome/test/data/webui/md_history/history_metrics_test.js ('k') | chrome/test/data/webui/md_history/history_toolbar_test.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698