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

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

Issue 2375223002: md-settings: Fix back navigation from /resetProfileSettings. (Closed)
Patch Set: Fix failing test. Created 4 years, 2 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 180a8fd668d3890fdef4be8bfb3b23b7bea1e07b..2d5ab81c4e9a8bc734a9481e8768ecbea7b8f362 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
@@ -23,7 +23,7 @@ cr.define('md_history.history_supervised_user_test', function() {
});
test('checkboxes disabled for supervised user', function() {
- return flush().then(function() {
+ return PolymerTest.flushTasks().then(function() {
var items =
Polymer.dom(element.root).querySelectorAll('history-item');

Powered by Google App Engine
This is Rietveld 408576698