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

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.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: rebase 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/md_history_browsertest.js
diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
index a493c380a57f873c57093a37715e963cef2d10e7..b260e53a382d2f70c565cd7f56e83a0ceb7c1f4f 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -43,9 +43,7 @@ MaterialHistoryBrowserTest.prototype = {
suiteSetup(function() {
// Wait for each of the top-level elements to be upgraded.
return Promise.all([
- waitForUpgrade($('history-list')),
- waitForUpgrade($('toolbar')),
- waitForUpgrade($('history-synced-device-manager')),
+ waitForUpgrade($('history-app')),
tsergeant 2016/05/03 00:05:10 No need for Promise.all anymore, since there's jus
calamity 2016/05/03 23:07:18 Done.
]);
});
},

Powered by Google App Engine
This is Rietveld 408576698