| Index: chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| diff --git a/chrome/test/data/webui/md_history/history_grouped_list_test.js b/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| index 4308f4f04e7c52f1313c044ad579d627536effa9..95e1471dcd3322d814a13723f4d0a6b0a2440191 100644
|
| --- a/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| +++ b/chrome/test/data/webui/md_history/history_grouped_list_test.js
|
| @@ -307,6 +307,7 @@ cr.define('md_history.history_grouped_list_test', function() {
|
| });
|
|
|
| teardown(function() {
|
| + app.unselectAll();
|
| app.set('queryState_.results', []);
|
| app.set('queryState_.searchedTerm', '');
|
| });
|
|
|