| 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 f2a329a5342535ef26fc581f13f174deaee524d6..ee4614022f86e048a937e64502cdf62f10f4612e 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();
|
|
|