| 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');
|
|
|
|
|