| 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 a6f1020d2ad7738bc189825e2f3c55eb985a168b..0130dc7c66bb1b212f808ac9fcc3def096c8e9f3 100644
|
| --- a/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_toolbar_test.js
|
| @@ -75,7 +75,7 @@ suite('history-toolbar', function() {
|
| app.historyResult(info, []);
|
| app.grouped_ = true;
|
| return PolymerTest.flushTasks().then(function() {
|
| - app.set('queryState_.range', HistoryRange.MONTH);
|
| + app.fire('change-query', {range: HistoryRange.MONTH});
|
| groupedList = app.$.history.$$('#grouped-list');
|
| assertTrue(!!groupedList);
|
| var today = toolbar.$$('#today-button');
|
|
|