| Index: chrome/test/data/webui/md_history/history_toolbar_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_toolbar_test.js b/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| index b2c9cb025246925571b733561fe7b67e25c279fe..70df7348992f40daf7701fa9982ab026fe4e87eb 100644
|
| --- a/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| @@ -55,8 +55,7 @@ cr.define('md_history.history_toolbar_test', function() {
|
| registerMessageCallback('queryHistory', this, function (info) {
|
| assertEquals('example.com', info[0]);
|
| flush(function() {
|
| - assertEquals(toolbar.$$('#search-input').$$('#search-input').value,
|
| - 'example.com');
|
| + assertEquals('example.com', toolbar.$['main-toolbar'].getValue());
|
| done();
|
| });
|
| });
|
|
|