Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3942)

Unified Diff: chrome/test/data/webui/md_history/md_history_browsertest.js

Issue 1993613002: [MD History] Implement grouped history UI. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@privatize
Patch Set: Created 4 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 ab0de7507fcde041cf3d20fd5e64f3228e2d868b..6053c142ce708e594cf3bf086401b58b5f79b69e 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_grouped_list_test.js',
tsergeant 2016/05/19 05:38:18 Looks like you forgot to git add this file.
calamity 2016/05/20 06:51:58 Classic.
'history_item_test.js',
'history_list_test.js',
'history_overflow_menu_test.js',
@@ -53,6 +54,11 @@ TEST_F('MaterialHistoryBrowserTest', 'BrowserServiceTest', function() {
mocha.run();
});
+TEST_F('MaterialHistoryBrowserTest', 'HistoryGroupedListTest', function() {
+ md_history.history_grouped_list_test.registerTests();
+ mocha.run();
+});
+
TEST_F('MaterialHistoryBrowserTest', 'HistoryItemTest', function() {
md_history.history_item_test.registerTests();
mocha.run();

Powered by Google App Engine
This is Rietveld 408576698