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

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: 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
« no previous file with comments | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..c42ff675e2e72a30b7888d793a0d5d80049722e0 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -41,12 +41,8 @@ MaterialHistoryBrowserTest.prototype = {
PolymerTest.prototype.setUp.call(this);
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')),
- ]);
+ // Wait for the top-level app element to be upgraded.
+ return waitForUpgrade($('history-app'));
});
},
};
« no previous file with comments | « chrome/test/data/webui/md_history/history_toolbar_test.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698