| Index: chrome/test/data/webui/md_history/md_history_browsertest.js
|
| diff --git a/chrome/test/data/webui/md_history/md_history_browsertest.js b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| index 200a0c120ead8f14c5c2986b8144c1102a65a206..ea093a50a74866f8e926a4d7b076356d43ba46e8 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| @@ -29,6 +29,7 @@ MaterialHistoryBrowserTest.prototype = {
|
| extraLibraries: PolymerTest.getLibraries(ROOT_PATH).concat([
|
| 'test_util.js',
|
| 'browser_service_test.js',
|
| + 'history_drawer_test.js',
|
| 'history_grouped_list_test.js',
|
| 'history_item_test.js',
|
| 'history_list_test.js',
|
| @@ -57,6 +58,11 @@ TEST_F('MaterialHistoryBrowserTest', 'BrowserServiceTest', function() {
|
| mocha.run();
|
| });
|
|
|
| +TEST_F('MaterialHistoryBrowserTest', 'DrawerTest', function() {
|
| + md_history.history_drawer_test.registerTests();
|
| + mocha.run();
|
| +});
|
| +
|
| TEST_F('MaterialHistoryBrowserTest', 'HistoryGroupedListTest', function() {
|
| md_history.history_grouped_list_test.registerTests();
|
| mocha.run();
|
|
|