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

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

Issue 2171693002: [MD History] Force history results to be processed in order. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@move_menu_up
Patch Set: Created 4 years, 5 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 60aa4f1228438396aeb944d75ec29c6ba6e8f04d..a70c4ef3c031dda086c50d7dea595ee3219c3b94 100644
--- a/chrome/test/data/webui/md_history/md_history_browsertest.js
+++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
@@ -45,7 +45,7 @@ MaterialHistoryBrowserTest.prototype = {
suiteSetup(function() {
// Wait for the top-level app element to be upgraded.
- return waitForUpgrade($('history-app')).then(function() {
+ return waitForAppUpgrade().then(function() {
$('history-app').queryState_.queryingDisabled = true;
});
});
@@ -132,7 +132,7 @@ MaterialHistoryWithQueryParamTest.prototype = {
});
// Wait for the top-level app element to be upgraded.
- return waitForUpgrade($('history-app')).then(function() {
+ return waitForAppUpgrade().then(function() {
tsergeant 2016/07/21 07:25:27 Somehow you ended up basing this patch against a v
calamity 2016/07/25 03:43:30 Done.
upgraded = true;
});
});

Powered by Google App Engine
This is Rietveld 408576698