| Index: chrome/test/data/webui/md_history/md_history_focus_test.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_focus_test.js b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| index 12de39031a7862ae146d4b0f9ff767b2cbac3ab3..fcd0b9df3177866dd0e83d6161b73a67e6e44b95 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_focus_test.js
|
| @@ -121,7 +121,7 @@ TEST_F('MaterialHistoryFocusTest', 'All', function() {
|
|
|
| setup(function() {
|
| app = replaceApp();
|
| - element = app.$['history'].$['infinite-list'];
|
| + element = app.$.history;
|
| });
|
|
|
| test('list focus and keyboard nav', function(done) {
|
|
|