| Index: chrome/test/data/webui/md_history/history_drawer_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_drawer_test.js b/chrome/test/data/webui/md_history/history_drawer_test.js
|
| index 6a5782f228f7e72b11e15a464c5ba82a16ebe58d..e08f9dd0bb8f93cd8d03cea07b8a37162751e219 100644
|
| --- a/chrome/test/data/webui/md_history/history_drawer_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_drawer_test.js
|
| @@ -10,7 +10,7 @@ cr.define('md_history.history_drawer_test', function () {
|
|
|
| suiteSetup(function() {
|
| app = $('history-app');
|
| - menuButton = app.$.toolbar.$['main-toolbar'].$.menuButton;
|
| + menuButton = app.$.toolbar.$['main-toolbar'].$$('#menuButton');
|
| });
|
|
|
| test('drawer has correct selection', function() {
|
|
|