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

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: missed one 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
« no previous file with comments | « chrome/browser/resources/md_history/history.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 200a0c120ead8f14c5c2986b8144c1102a65a206..f2a329a5342535ef26fc581f13f174deaee524d6 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'));
+ return waitForAppUpgrade();
});
},
};
« no previous file with comments | « chrome/browser/resources/md_history/history.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698