| 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 50bac182272fe44377d5a624224c130a184d4d43..3802fbf4646e1382702cca6a44158062e335fff6 100644
|
| --- a/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| +++ b/chrome/test/data/webui/md_history/md_history_browsertest.js
|
| @@ -33,6 +33,7 @@ MaterialHistoryBrowserTest.prototype = {
|
| 'history_grouped_list_test.js',
|
| 'history_item_test.js',
|
| 'history_list_test.js',
|
| + 'history_metrics_test.js',
|
| 'history_overflow_menu_test.js',
|
| 'history_routing_test.js',
|
| 'history_supervised_user_test.js',
|
| @@ -79,6 +80,11 @@ TEST_F('MaterialHistoryBrowserTest', 'HistoryListTest', function() {
|
| mocha.run();
|
| });
|
|
|
| +TEST_F('MaterialHistoryBrowserTest', 'Metrics', function() {
|
| + md_history.history_metrics_test.registerTests();
|
| + mocha.run();
|
| +});
|
| +
|
| TEST_F('MaterialHistoryBrowserTest', 'HistoryToolbarTest', function() {
|
| md_history.history_toolbar_test.registerTests();
|
| mocha.run();
|
|
|