| 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 092bb0802ceebd0ff62a7be2d6901eef6bdad8b5..91127921571a712efe798d0f991b4eb1e6f95345 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
|
| @@ -12,7 +12,7 @@ cr.define('md_history.history_supervised_user_test', function() {
|
|
|
| suiteSetup(function() {
|
| app = $('history-app');
|
| - element = app.$['history-list'];
|
| + element = app.$['history'].$['history-list'];
|
| toolbar = app.$['toolbar'];
|
| TEST_HISTORY_RESULTS =
|
| [createHistoryEntry('2016-03-15', 'https://www.google.com')];
|
|
|