| 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 6e0cded808a621d55488a78309da20b80a090aea..3a8086694d9986e02f1bc1f2d059c1b4b0cadf7b 100644
|
| --- a/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| @@ -17,7 +17,7 @@ cr.define('md_history.history_toolbar_test', function() {
|
| var toolbar;
|
|
|
| suiteSetup(function() {
|
| - element = $('history-card-manager');
|
| + element = $('history-list');
|
| toolbar = $('toolbar');
|
| });
|
|
|
| @@ -25,7 +25,7 @@ cr.define('md_history.history_toolbar_test', function() {
|
| element.addNewResults(TEST_HISTORY_RESULTS);
|
|
|
| flush(function() {
|
| - var item = element.$$('history-card').$$('history-item');
|
| + var item = element.$$('history-item');
|
| MockInteractions.tap(item.$.checkbox);
|
|
|
| // Ensure that when an item is selected that the count held by the
|
|
|